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
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