SelectQuery.AddTable(String, String) Method
In This Article
Selects a data table with the specified name and alias.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#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