IExtendedDataRecord.GetDataRecord Method (Int32)

 

Gets a DbDataRecord object with the specified index.

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

[SuppressMessageAttribute("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", 
	MessageId = "i")]
DbDataRecord GetDataRecord(
	int i
)

Parameters

i
Type: System.Int32

The index of the row.

Return Value

Type: System.Data.Common.DbDataRecord

A DbDataRecord object.