IMultiQueryConfigurePageView.CreateQueryBuilderRunner(IDBSchemaProviderEx, DBSchema, SqlDataConnection, IParameterService) Method
If implemented, creates an object that enables running the Query Builder.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
QueryBuilderRunnerBase CreateQueryBuilderRunner(
IDBSchemaProviderEx schemaProvider,
DBSchema dbSchema,
SqlDataConnection connection,
IParameterService parameterService
)
Parameters
| Name | Type | Description |
|---|---|---|
| schemaProvider | IDBSchemaProviderEx | An object implementing the IDBSchemaProviderEx interface that provides the capability to customize the data source schema (by calling the IDBSchemaProviderEx.LoadColumns method). |
| dbSchema | DBSchema | A DBSchema object that is used to display database objects in the grid control. |
| connection | SqlDataConnection | An object specifying a connection to an SQL data source. |
| parameterService | IParameterService | An object implementing the IParameterService interface that provides the capability to manage report parameters. |
Returns
| Type | Description |
|---|---|
| QueryBuilderRunnerBase | A QueryBuilderRunnerBase object. |
See Also