Skip to main content

ConfigureQueryPage<TModel> Constructors

Provides a presenter to the Create a Query or Select a Stored Procedure page of the Data Source Wizard.
Name Parameters Description
ConfigureQueryPage(IConfigureQueryPageView, IWizardRunnerContext, SqlWizardOptions, IDBSchemaProviderEx, IResultSchemaProvider, IParameterService, ICustomQueryValidator) view, context, options, dbSchemaProviderEx, resultSchemaProvider, parameterService, customQueryValidator Initializes a new instance of the ConfigureQueryPage<TModel> class with specified settings.
ConfigureQueryPage(IConfigureQueryPageView, IWizardRunnerContext, SqlWizardOptions, IDBSchemaProviderEx, IParameterService, ICustomQueryValidator) view, context, options, dbSchemaProviderEx, parameterService, customQueryValidator Initializes a new instance of the ConfigureQueryPage<TModel> class with the specified settings.
See Also