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

SelectQuery.AddTable(String, String) Method

Selects a data table with the specified name and alias.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public Table AddTable(
    string name,
    string alias
)

Parameters

Name Type Description
name String

A String value, specifying the table name.

alias String

A String value, specifying the table alias.

Returns

Type Description
Table

A Table object.

See Also