Method IsDBNull
IsDBNull(int)
Return whether the specified field is set to null.
public bool IsDBNull(int i)
Parameters
i
intThe index of the field to find.
Returns
Exceptions
- IndexOutOfRangeException
The index passed was outside the range of 0 through FieldCount.