Base:
method
IsNull
System.Data.Common.DataStorage.IsNull(System.Int32)
4 references to IsNull
System.Data (4)
fx\src\data\System\Data\Common\SQLTypes\SQlBooleanStorage.cs (4)
36if (IsNull(record)) 50if (IsNull(record)) 69if (!IsNull(records[i])) 152nullbits.Set(storeIndex, IsNull(record));