Gets the row at the specified index.
Namespace: NReco.DataAssembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
public RecordSet Row this[
int rowIndex
] { get; }
public RecordSet..::..Row this[
int rowIndex
] { get; }
Public ReadOnly Default Property Item (
rowIndex As Integer
) As RecordSet Row
Get
Public ReadOnly Default Property Item (
rowIndex As Integer
) As RecordSet..::..Row
Get
public:
property RecordSet Row^ default[int rowIndex] {
RecordSet Row^ get (int rowIndex);
}
public:
property RecordSet..::..Row^ default[int rowIndex] {
RecordSet..::..Row^ get (int rowIndex);
}
member Item : RecordSet Row with get
member Item : RecordSet..::..Row with get
Parameters
- rowIndex
- Type: System Int32
The zero-based index of the row to return.
Property Value
Type:
RecordSet Row