Skip to main content
All docs
V23.2

QueryBuilderInput(String, SelectQuery) Constructor

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

Namespace: DevExpress.DataAccess.Web.QueryBuilder

Assembly: DevExpress.DataAccess.v23.2.dll

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

Declaration

public QueryBuilderInput(
    string selectStatement,
    SelectQuery query
)

Parameters

Name Type Description
selectStatement String

A string that is the SQL SELECT statement.

query SelectQuery

A SelectQuery object that forms a SQL SELECT statement.

See Also