IResultSet.Item[String] Property
Gets an individual table by its name.
Namespace: DevExpress.DataAccess.Sql.DataApi
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value that specifies the table name. |
Property Value
| Type | Description |
|---|---|
| ITable | An object implementing the ITable interface that is the data table. |
See Also