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)
35if (IsNull(recordNos[i])) 42if (IsNull(recordNos[i])) 56if (IsNull(recordNos[i])) 74if (!IsNull(recordNos[i])) 177nullbits.Set(storeIndex, IsNull(record));