Share via


IExtendedDataRecord.GetDataRecord(Int32) Method

Definition

Gets a DbDataRecord object with the specified index.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId="i")]
public System.Data.Common.DbDataRecord GetDataRecord (int i);
abstract member GetDataRecord : int -> System.Data.Common.DbDataRecord
Public Function GetDataRecord (i As Integer) As DbDataRecord

Parameters

i
Int32

The index of the row.

Returns

A DbDataRecord object.

Attributes

Applies to