EntityDataReader.GetName Method (Int32)

 

Gets the name of the column, given the zero-based column ordinal.

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

public override string GetName(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The zero-based column ordinal.

Return Value

Type: System.String

The name of the specified column.