TableQuery.AddTable(String) Method
Includes a data table with the specified name into the query.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, specifying the data table name. This value is assigned to the TableInfo.ActualName property of the associated TableInfo object. |
Returns
Type | Description |
---|---|
TableInfo | A TableInfo object, identifying the data table. |
See Also