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

MultiQueryConfigurePageView Constructors

Provides a view for the Create a Query or Select a Stored Procedure (Multi-Query Version) page of the Data Source Wizard in WinForms applications.
Name Parameters Description
MultiQueryConfigurePageView() none Initializes a new instance of the MultiQueryConfigurePageView class with the default settings.
MultiQueryConfigurePageView(IDisplayNameProvider, IServiceProvider, ICustomQueryValidator, SqlWizardOptions, IWizardRunnerContext, IRepositoryItemsProvider) displayNameProvider, propertyGridServices, customQueryValidator, options, context, repositoryItemsProvider Initializes a new instance of the MultiQueryConfigurePageView class with the specified settings.
MultiQueryConfigurePageView(IDisplayNameProvider, IServiceProvider, ICustomQueryValidator, SqlWizardOptions, IWizardRunnerContext) displayNameProvider, propertyGridServices, customQueryValidator, options, context Obsolete. Initializes a new instance of the MultiQueryConfigurePageView class with the specified settings.
MultiQueryConfigurePageView(IDisplayNameProvider, IServiceProvider, ICustomQueryValidator, SqlWizardOptions) displayNameProvider, propertyGridServices, customQueryValidator, options Obsolete. Initializes a new instance of the MultiQueryConfigurePageView class with the specified settings.
See Also