SelectQueryFluentBuilder.AddTable(String) Method
In This Article
Selects a data table with the specified name.
Namespace: DevExpress.DataAccess.Sql
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public static SelectQueryFluentBuilder AddTable(
string name
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, specifying the table name. |
#Returns
Type | Description |
---|---|
Select |
A Select |
See Also