Skip to main content

SelectQueryFluentBuilder.AddTable(String, String) Method

Selects a data table with the specified name and alias.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public static SelectQueryFluentBuilder 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
SelectQueryFluentBuilder

A SelectQueryFluentBuilder object.

See Also