6 references to Null
System.Data (6)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (2)
353
result = SqlBytes.
Null
;
375
result = SqlBytes.
Null
;
fx\src\data\System\Data\Common\SQLConvert.cs (1)
401
return SqlBytes.
Null
;
fx\src\data\System\Data\Common\SQLTypes\SQLBytesStorage.cs (3)
26
: base(column, typeof(SqlBytes), SqlBytes.
Null
, SqlBytes.
Null
, StorageType.SqlBytes) {
75
values[record] = SqlBytes.
Null
;