IQueryBuilderClientSideModelGenerator.GetModel(String, SelectQuery) Method
Creates a client-side Web Query Builder model based on the specified data.
Namespace: DevExpress.XtraReports.Web.QueryBuilder.Services
Assembly: DevExpress.XtraReports.v25.2.Web.dll
NuGet Package: DevExpress.Web.Reporting.Common
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| connectionName | String | The name of the database connection. |
| tableQuery | SelectQuery | A query that the Query Builder loads on start. |
Returns
| Type | Description |
|---|---|
| QueryBuilderModel | A client-side Web Query Builder model. |
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the GetModel(String, SelectQuery) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.