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