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

TableQuery(String) Constructor

Initializes a new instance of the TableQuery class with the specified settings.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v21.2.dll

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

Declaration

public TableQuery(
    string queryName
)

Parameters

Name Type Description
queryName String

A String value. This value is assigned to the SqlQuery.Name property.

See Also