EntityDataReader.IsDBNull Method (Int32)
Gets a value that indicates whether the column contains nonexistent or missing values.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- ordinal
-
Type:
System.Int32
The zero-based column ordinal.
Return Value
Type: System.Booleantrue if the specified column is equivalent to DBNull ; otherwise, false.