4 references to Null
System.Data.Common (4)
System\Data\Common\SQLConvert.cs (1)
332
return SqlBytes.
Null
;
System\Data\Common\SQLTypes\SQLBytesStorage.cs (3)
19
: base(column, typeof(SqlBytes), SqlBytes.
Null
, SqlBytes.
Null
, StorageType.SqlBytes)
82
_values[record] = SqlBytes.
Null
;