Skip to main content

SelectQuery.AddTable(String) Method

Selects a data table with the specified name.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public Table AddTable(
    string name
)

Parameters

Name Type Description
name String

A String value, specifying the table name.

Returns

Type Description
Table

A Table object.

See Also