Base:
method
IsNull
System.Data.Common.DataStorage.IsNull(System.Int32)
7 references to IsNull
System.Data (7)
fx\src\data\System\Data\Common\SQLTypes\SQLInt32Storage.cs (7)
35
if (
IsNull
(record))
49
if (
IsNull
(record))
71
if (
IsNull
(record))
102
if (
IsNull
(record))
117
if (
IsNull
(record))
137
if (!
IsNull
(records[i]))
220
nullbits.Set(storeIndex,
IsNull
(record));