Skip to main content

TableQuery.AddTable(String) Method

Includes a data table with the specified name into the query.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public TableInfo AddTable(
    string name
)

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