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