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