EF 4.0 update uniqueidentifier
I am trying to update a colum with datatype uniqueidenti开发者_JS百科fier using EF v4.0. I am getting an error Conversion failed when converting from a character string to uniqueidentifier. is there any workarounds for this issue.
thanks Ben
uniqueidentifier -> the value should use Guid type in c#
 
         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论