EntityDataReader.IsDBNull Method (Int32)

 

Gets a value that indicates whether the column contains nonexistent or missing values.

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

public override bool IsDBNull(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The zero-based column ordinal.

Return Value

Type: System.Boolean

true if the specified column is equivalent to DBNull ; otherwise, false.