DbUpdatableDataRecord.GetDbDataReader Method (Int32)

 

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

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

protected override DbDataReader GetDbDataReader(
	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.