EntityDataReader.GetDataRecord Method (Int32)

 

Returns a nested DbDataRecord.

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

public DbDataRecord GetDataRecord(
	int i
)

Parameters

i
Type: System.Int32

The number of the DbDataRecord to return.

Return Value

Type: System.Data.Common.DbDataRecord

The nested data record.