3 references to IsNull
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\MemoryRecordBuffer.cs (1)
35
return _buffer[ordinal].
IsNull
;
fx\src\data\Microsoft\SqlServer\Server\SqlRecordBuffer.cs (2)
417
if (
IsNull
|| StorageType.ByteArray != _type) {
450
if (
IsNull
|| (StorageType.CharArray != _type && StorageType.String != _type)) {