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.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.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).

To learn how to switch back to using the older Report Wizard version in your WinForms application, see the following example online: How to switch the Report Wizard back to a single-query version.

See Also