DbUpdatableDataRecord.GetRecordValue Method (Int32)

 

Retrieves the value of a field.

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

protected abstract object GetRecordValue(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The ordinal of the field.

Return Value

Type: System.Object

The field value.