ITable.Item[Int32] Property
Gets an individual row by its index.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v23.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
Name | Type | Description |
---|---|---|
rowIndex | Int32 | A zero-based integer that specifies the index of the row. |
Property Value
Type | Description |
---|---|
IRow | An object implementing the IRow interface that is the row from the table. |
See Also