ConfigureQueryPage(IConfigureQueryPageView, IWizardRunnerContext, SqlWizardOptions, IDBSchemaProviderEx, IParameterService, ICustomQueryValidator) Constructor
Initializes a new instance of the ConfigureQueryPage<TModel> class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
public ConfigureQueryPage(
IConfigureQueryPageView view,
IWizardRunnerContext context,
SqlWizardOptions options,
IDBSchemaProviderEx dbSchemaProviderEx,
IParameterService parameterService,
ICustomQueryValidator customQueryValidator
)
#Parameters
Name | Type | Description |
---|---|---|
view | IConfigure |
An object implementing the IConfigure |
context | IWizard |
An object implementing the IWizard |
options | Sql |
An object that specifies the wizard options. |
db |
IDBSchema |
An object implementing the IDBSchema |
parameter |
IParameter |
An object implementing the IParameter |
custom |
ICustom |
An object implementing the ICustom |