EntityDataReader.GetBoolean Method (Int32)

 

Gets the value of the specified column as a Boolean.

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

public override bool GetBoolean(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The zero-based column ordinal.

Return Value

Type: System.Boolean

The value of the specified column.