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

MultiQueryConfigurePage<TModel> Constructors

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