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