DbUpdatableDataRecord.GetDataReader Method (Int32)

 

Retrieves the field value as a T:System.Common.DbDataReader.

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

public DbDataReader GetDataReader(
	int i
)

Parameters

i
Type: System.Int32

The ordinal of the field.

Return Value

Type: System.Data.Common.DbDataReader

The field value as a DbDataReader.