4 references to IsNull
System.Data (4)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (1)
3656if (row.IsNull(i)) {
fx\src\data\System\Data\DataTableReader.cs (1)
586return (currentDataRow.IsNull(ordinal));
fx\src\data\System\Data\SqlClient\SqlParameter.cs (2)
1289if (!row.IsNull(ordinalForColumnOrdinal)) { 1321if (!row.IsNull(ordinalForIsKey) && (bool)row[ordinalForIsKey]) {