Base:
method
IsNull
System.Data.Common.DataStorage.IsNull(System.Int32)
4 references to IsNull
System.Data (4)
fx\src\data\System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (4)
36
if (
IsNull
(record))
51
if (
IsNull
(record))
71
if (!
IsNull
(records[i]))
154
nullbits.Set(record,
IsNull
(record));