Skip to main content
A newer version of this page is available. .
All docs
V20.2

QueryBuilderInput(String, SelectQuery) Constructor

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

Namespace: DevExpress.DataAccess.Web.QueryBuilder

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

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