Base:
method
IsNull
System.Data.Common.DataStorage.IsNull(System.Int32)
4 references to IsNull
System.Data.Common (4)
System\Data\Common\SQLTypes\SQLDateTimeStorage.cs (4)
35
if (
IsNull
(record))
52
if (
IsNull
(record))
75
if (!
IsNull
(records[i]))
175
nullbits.Set(record,
IsNull
(record));