3 references to ToByteArray
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
9986
byte[] b = ((SqlGuid)value).
ToByteArray
();
10950
byte[] b = ((SqlGuid)value).
ToByteArray
();
fx\src\data\System\Data\SQLTypes\SQLBinary.cs (1)
242
return x.IsNull ? SqlBinary.Null : new SqlBinary(x.
ToByteArray
());