Skip to main content
All docs
V26.1
  • QueryBuilderInput(String, SelectQuery) Constructor

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

    Namespace: DevExpress.DataAccess.Web.QueryBuilder

    Assembly: DevExpress.DataAccess.v26.1.dll

    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