2 references to SqlBytes
System.Data.Common (2)
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
109
return (new
SqlBytes
((SqlBinary)tmp));
System\Data\SQLTypes\SQLBytes.cs (1)
450
return new
SqlBytes
(value);