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

ConfigureQueryPageEx<TModel> Constructors

Obsolete. Obsolete. Use the ConfigureQueryPageEx<TModel> class instead.
Name Parameters Description
ConfigureQueryPageEx(IConfigureQueryPageView, IWizardRunnerContext, SqlWizardOptions, IDBSchemaProviderEx, IResultSchemaProvider, IParameterService, ICustomQueryValidator) view, context, options, dbSchemaProviderEx, resultSchemaProvider, parameterService, customQueryValidator Initializes a new instance of the ConfigureQueryPageEx<TModel> class with the specified settings.
ConfigureQueryPageEx(IConfigureQueryPageView, IWizardRunnerContext, SqlWizardOptions, IDBSchemaProviderEx, IParameterService, ICustomQueryValidator) view, context, options, dbSchemaProviderEx, parameterService, customQueryValidator Initializes a new instance of the ConfigureQueryPageEx<TModel> class with the specified settings.
See Also