Base:
method
IsNull
System.Data.Common.DataStorage.IsNull(System.Int32)
5 references to IsNull
System.Data (5)
fx\src\data\System\Data\Common\SQLTypes\SQLStringStorage.cs (5)
35
if (
IsNull
(recordNos[i]))
42
if (
IsNull
(recordNos[i]))
56
if (
IsNull
(recordNos[i]))
74
if (!
IsNull
(recordNos[i]))
177
nullbits.Set(storeIndex,
IsNull
(record));