ConfigureQueryPageView(IDisplayNameProvider, IServiceProvider, ICustomQueryValidator, SqlWizardOptions, IWizardRunnerContext, IRepositoryItemsProvider) Constructor
In This Article
Initializes a new instance of the ConfigureQueryPageView class with the specified settings.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.2.UI.dll
NuGet Package: DevExpress.DataAccess.UI
#Declaration
public ConfigureQueryPageView(
IDisplayNameProvider displayNameProvider,
IServiceProvider propertyGridServices,
ICustomQueryValidator customQueryValidator,
SqlWizardOptions options,
IWizardRunnerContext context,
IRepositoryItemsProvider repositoryItemsProvider
)
#Parameters
Name | Type | Description |
---|---|---|
display |
IDisplay |
An object implementing the IDisplay |
property |
IService |
An object implementing the IService |
custom |
ICustom |
An object implementing the ICustom |
options | Sql |
One or more Sql |
context | IWizard |
An object implementing the IWizard |
repository |
IRepository |
An object implementing the IRepository |
See Also