DbUpdatableDataRecord.IsDBNull Method (Int32)

 

Returns whether the specified field is set to DBNull.

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

public override bool IsDBNull(
	int i
)

Parameters

i
Type: System.Int32

The ordinal of the field.

Return Value

Type: System.Boolean

true if the field is set to DBNull ; otherwise false.