Base:
method
ToString
System.ValueType.ToString()
1 reference to ToString
System.Data.Common (1)
System\Data\SQLTypes\SQLString.cs (1)
520return x.IsNull ? Null : new SqlString(x.ToString());