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