2 references to SqlGuid
System.Data.Common (2)
System\Data\SQLTypes\SQLGuid.cs (2)
109
return new
SqlGuid
(s);
150
return x.IsNull ? Null : new
SqlGuid
(x.Value);