2 references to SqlGuid
System.Data (2)
fx\src\data\System\Data\SQLTypes\SQLGuid.cs (2)
163
return new
SqlGuid
(s);
192
return x.IsNull ? Null : new
SqlGuid
(x.Value);