MultiQueryConfigureParametersPage(IMultiQueryConfigureParametersPageView, IParameterService, IServiceProvider, IDBSchemaProviderEx, ICustomQueryValidator, IWizardRunnerContext, SqlWizardOptions) Constructor
Initializes a new instance of the MultiQueryConfigureParametersPage<TModel> class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
public MultiQueryConfigureParametersPage(
IMultiQueryConfigureParametersPageView view,
IParameterService parameterService,
IServiceProvider serviceProvider,
IDBSchemaProviderEx dbSchemaProviderEx,
ICustomQueryValidator customQueryValidator,
IWizardRunnerContext context,
SqlWizardOptions options
)
Parameters
| Name | Type | Description |
|---|---|---|
| view | IMultiQueryConfigureParametersPageView | An object implementing the IMultiQueryConfigureParametersPageView interface that provides a view for a wizard page. |
| parameterService | IParameterService | An object implementing the IParameterService interface that provides a service functionality to manage query parameters. |
| serviceProvider | IServiceProvider | An object implementing IServiceProvider interface. |
| dbSchemaProviderEx | IDBSchemaProviderEx | An object implementing the IDBSchemaProviderEx interface that provides the capability to customize the data source schema. |
| customQueryValidator | ICustomQueryValidator | An object implementing the ICustomQueryValidator interface that provides custom validation logic for SQL queries. |
| context | IWizardRunnerContext | An object implementing the IWizardRunnerContext interface that provides the functionality to run the wizard. |
| options | SqlWizardOptions | An object that specifies the wizard options. |