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