2 references to Value
System.Data.Common (2)
System\Data\Common\SQLConvert.cs (1)
665
return new string(((SqlChars)value).
Value
);
System\Data\SQLTypes\SQLChars.cs (1)
399
return IsNull ? SqlString.Null : new string(
Value
);