Implemented interface member:
property
IsNull
System.Data.SqlTypes.INullable.IsNull
10 references to IsNull
System.Data.Common (10)
System\Data\Common\SQLTypes\SQLBytesStorage.cs (1)
75return (_values[record].IsNull);
System\Data\SQLTypes\SQLBytes.cs (9)
271if (IsNull) 286if (IsNull) 298if (IsNull) 397if (IsNull) 434return IsNull ? SqlBinary.Null : new SqlBinary(Value); 462if (IsNull) 558if (IsNull) 636return _sb != null && !_sb.IsNull; 652return _sb != null && (!_sb.IsNull || _sb._rgbBuf != null);