Skip to main content

MultiQueryConfigurePageView(IDisplayNameProvider, IServiceProvider, ICustomQueryValidator, SqlWizardOptions) Constructor

OBSOLETE

This constructor has become obsolete. Use another constructor instead.

Initializes a new instance of the MultiQueryConfigurePageView class with the specified settings.

Namespace: DevExpress.DataAccess.UI.Wizard.Views

Assembly: DevExpress.DataAccess.v23.2.UI.dll

NuGet Package: DevExpress.DataAccess.UI

Declaration

[Obsolete("This constructor has become obsolete. Use another constructor instead.")]
public MultiQueryConfigurePageView(
    IDisplayNameProvider displayNameProvider,
    IServiceProvider propertyGridServices,
    ICustomQueryValidator customQueryValidator,
    SqlWizardOptions options
)

Parameters

Name Type Description
displayNameProvider IDisplayNameProvider

An object implementing the IDisplayNameProvider interface.

propertyGridServices IServiceProvider

An object implementing the IServiceProvider interface.

customQueryValidator ICustomQueryValidator

An object implementing the ICustomQueryValidator interface.

options SqlWizardOptions

One or more SqlWizardOptions enumeration values.

See Also