3 references to SqlGuid
System.Data.Common (3)
System\Data\Common\SQLConvert.cs (1)
585
return new
SqlGuid
(XmlConvert.ToGuid((string)value));
System\Data\SQLTypes\SQLGuid.cs (2)
50
:
this
(new Guid(a, b, c, d, e, f, g, h, i, j, k))
80
return new
SqlGuid
(x);