Base:
method
IsNull
System.Data.Common.DataStorage.IsNull(System.Int32)
4 references to IsNull
System.Data (4)
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (4)
36
if (
IsNull
(record))
50
if (
IsNull
(record))
69
if (!
IsNull
(records[i]))
152
nullbits.Set(storeIndex,
IsNull
(record));