Skip to main content

ConfigureSqlParametersPage<TModel> Class

Provides a presenter to the Configure Query Parameters page of the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard.Presenters

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public class ConfigureSqlParametersPage<TModel> :
    WizardPageBase<IConfigureParametersPageView, TModel>
    where TModel : class, ISqlDataSourceModel

Type Parameters

Name
TModel

Remarks

This presenter is associated with views implementing the IConfigureParametersPageView interface.

Note

This page is no longer used in the current Report Wizard implementation. Use the MultiQueryConfigureParametersPage<TModel> class instead (corresponding to the Configure Query Parameters wizard page).

Inheritance

See Also