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

ConfigureQueryPageView Constructors

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