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)
77
return (_values[record].
IsNull
);
System\Data\SQLTypes\SQLChars.cs (6)
276
if (
IsNull
)
291
if (
IsNull
)
360
if (
IsNull
)
399
return
IsNull
? SqlString.Null : new string(Value);
427
if (
IsNull
)
511
if (
IsNull
)