DbUpdatableDataRecord.GetName Method (Int32)

 

Retrieves the name of a field.

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

public override string GetName(
	int i
)

Parameters

i
Type: System.Int32

The ordinal of the field.

Return Value

Type: System.String

The name of the field.