3 references to SqlBytes
System.Data.Common (3)
System\Data\Common\SQLConvert.cs (1)
575
return new
SqlBytes
(Convert.FromBase64String((string)value));
System\Data\SQLTypes\SQLBytes.cs (2)
85
public SqlBytes(SqlBinary value) :
this
(value.IsNull ? null : value.Value!)
596
return new
SqlBytes
((byte[]?)null);