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.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
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
Object
See Also