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

ConfigureQueryPage<TModel> Class

Provides a presenter to the Create a Query or Select a Stored Procedure page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v22.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

public class ConfigureQueryPage<TModel> :
    WizardPageBase<IConfigureQueryPageView, TModel>
    where TModel : class, ISqlDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IConfigureQueryPageView interface.

Note

This page is no longer used in the current Report Wizard implementation. Use the MultiQueryConfigurePage<TModel> class instead (corresponding to the Create a Query or Select a Stored Procedure (Multi-Query Version) wizard page).

See Also