[]
        
(Showing Draft Content)

C1.LiveLinq.AdoNet.IndexedDataTable-1.Item

this Property

this[int]

Gets the row at the specified ordinal position.

Declaration
public TRow this[int ordinal] { get; }
Parameters
Type Name Description
int ordinal

The zero-based ordinal position of the row to return.

Property Value
Type Description
TRow

The specified row.

Remarks

This property returns the same row as Rows[ordinal] of the DataTable represented by this IndexedDataTable<TRow>.