Skip to main content

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.v24.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).

#Inheritance

See Also