IExtendedDataRecord.GetDataRecord Method (Int32)
Gets a DbDataRecord object with the specified index.
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.