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