Implemented interface member:
property
IsNull
System.Data.SqlTypes.INullable.IsNull
7 references to IsNull
System.Data.Common (7)
System\Data\Common\SQLTypes\SQLCharsStorage.cs (1)
77return (_values[record].IsNull);
System\Data\SQLTypes\SQLChars.cs (6)
276if (IsNull) 291if (IsNull) 360if (IsNull) 399return IsNull ? SqlString.Null : new string(Value); 427if (IsNull) 511if (IsNull)