RecordSet Item Property NReco.Data Class Library Documentation
Gets the row at the specified index.

Namespace: NReco.Data
Assembly: NReco.Data (in NReco.Data.dll) Version: 1.0.2
Syntax

public RecordSet Row this[
	int rowIndex
] { get; }

Parameters

rowIndex
Type: System Int32
The zero-based index of the row to return.

Property Value

Type: RecordSet Row
See Also