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

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.v18.2.UI.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ConfigureQueryPageView(IDisplayNameProvider, IServiceProvider, ICustomQueryValidator, SqlWizardOptions) constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also