Skip to main content
A newer version of this page is available. .

TableQuery.AddTable(String) Method

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

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

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