Back to Devexpress

ConfigureQueryPage<TModel> Class

corelibraries-devexpress-dot-dataaccess-dot-wizard-dot-presenters-dot-configurequerypage-1.md

latest2.7 KB
Original Source

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

NuGet Package : DevExpress.DataAccess

Declaration

csharp
public class ConfigureQueryPage<TModel> :
    WizardPageBase<IConfigureQueryPageView, TModel>
    where TModel : class, ISqlDataSourceModel
vb
Public Class ConfigureQueryPage(Of TModel As {Class, ISqlDataSourceModel})
    Inherits WizardPageBase(Of IConfigureQueryPageView, TModel)

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 WizardPageBase<IConfigureQueryPageView, TModel> ConfigureQueryPage<TModel> ConfigureQueryPageEx<TModel>

See Also

ConfigureQueryPage<TModel> Members

IConfigureQueryPageView

DevExpress.DataAccess.Wizard.Presenters Namespace