7 references to Null
System.Data (7)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (3)
389result = SqlChars.Null; 410result = SqlChars.Null; 424result = SqlChars.Null;
fx\src\data\System\Data\Common\SQLConvert.cs (1)
386return SqlChars.Null;
fx\src\data\System\Data\Common\SQLTypes\SQLCharsStorage.cs (3)
25: base(column, typeof(SqlChars), SqlChars.Null, SqlChars.Null, StorageType.SqlChars) { 76values[record] = SqlChars.Null;