IResultSet.Item[Int32] Property
Gets an individual table by its index.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v22.2.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
Name | Type | Description |
---|---|---|
index | Int32 | A zero-based integer specifying the table index. |
Property Value
Type | Description |
---|---|
ITable | An object implementing the ITable interface that is the data table. |
See Also