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)
75
return (_values[record].
IsNull
);
System\Data\SQLTypes\SQLBytes.cs (9)
271
if (
IsNull
)
286
if (
IsNull
)
298
if (
IsNull
)
397
if (
IsNull
)
434
return
IsNull
? SqlBinary.Null : new SqlBinary(Value);
462
if (
IsNull
)
558
if (
IsNull
)
636
return _sb != null && !_sb.
IsNull
;
652
return _sb != null && (!_sb.
IsNull
|| _sb._rgbBuf != null);