2 references to ToByteArray
System.Data.Common (2)
System\Data\SQLTypes\SQLBinary.cs (1)
198return x.IsNull ? SqlBinary.Null : new SqlBinary(x.ToByteArray());
System\Data\SQLTypes\SQLGuid.cs (1)
68info.AddValue("m_value", ToByteArray(), typeof(byte[]));