Base:
method
IsNull
System.Data.Common.DataStorage.IsNull(System.Int32)
4 references to IsNull
System.Data.Common (4)
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (4)
35
if (
IsNull
(record))
51
if (
IsNull
(record))
73
if (!
IsNull
(records[i]))
173
nullbits.Set(storeIndex,
IsNull
(record));