Skip to main content
A newer version of this page is available. .

ConfigureQueryPageView.CreateQueryBuilderRunner(IDBSchemaProviderEx, DBSchema, SqlDataConnection, IParameterService) Method

Creates an object that enables running the Query Builder.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v18.2.UI.dll

Declaration

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