DbUpdatableDataRecord.IDataRecord.GetData Method (Int32)

 

Retrieves the field value as an IDataReader.

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

IDataReader IDataRecord.GetData(
	int ordinal
)

Parameters

ordinal
Type: System.Int32

The ordinal of the field.

Return Value

Type: System.Data.IDataReader

The field value as an IDataReader.