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

SelectQueryFluentBuilder.AddTable(String) Method

Selects a data table with the specified name.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.Design

Declaration

public static SelectQueryFluentBuilder AddTable(
    string name
)

Parameters

Name Type Description
name String

A String value, specifying the table name.

Returns

Type Description
SelectQueryFluentBuilder

A SelectQueryFluentBuilder object.

See Also