EntityDataReader.GetOrdinal Method (String)

 

Gets the column ordinal given the name of the column.

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

public override int GetOrdinal(
	string name
)

Parameters

name
Type: System.String

The name of the column.

Return Value

Type: System.Int32

The zero-based column ordinal.

Exception Condition
IndexOutOfRangeException

The name specified is not a valid column name.