ConfigureQueryPageView(IDisplayNameProvider, IServiceProvider, ICustomQueryValidator, SqlWizardOptions) Constructor
OBSOLETE
This constructor has become obsolete. Use another constructor instead.
Initializes a new instance of the ConfigureQueryPageView class with the specified settings.
Namespace: DevExpress.DataAccess.UI.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.UI.dll
NuGet Package: DevExpress.DataAccess.UI
Declaration
[Obsolete("This constructor has become obsolete. Use another constructor instead.")]
public ConfigureQueryPageView(
IDisplayNameProvider displayNameProvider,
IServiceProvider propertyGridServices,
ICustomQueryValidator customQueryValidator,
SqlWizardOptions options
)
Parameters
Name | Type | Description |
---|---|---|
displayNameProvider | IDisplayNameProvider | An object implementing the IDisplayNameProvider interface that provides methods to specify custom names for data items. |
propertyGridServices | IServiceProvider | An object implementing the IServiceProvider interface that provides the service for the property grid. |
customQueryValidator | ICustomQueryValidator | An object implementing the ICustomQueryValidator interface that provides custom validation logic for SQL queries. |
options | SqlWizardOptions | An object that specifies the wizard options. |
See Also