2 references to Value
System.Data.Common (2)
System\Data\Common\SQLConvert.cs (1)
663
return Convert.ToBase64String(((SqlBytes)value).
Value
);
System\Data\SQLTypes\SQLBytes.cs (1)
434
return IsNull ? SqlBinary.Null : new SqlBinary(
Value
);