Base:
method
IsNull
System.Data.Common.DataStorage.IsNull(System.Int32)
4 references to IsNull
System.Data.Common (4)
System\Data\Common\SQLTypes\SQlBooleanStorage.cs (4)
35if (IsNull(record)) 51if (IsNull(record)) 73if (!IsNull(records[i])) 171nullbits.Set(storeIndex, IsNull(record));