A newer version of this page is available.
Switch to the current version.
MultiQueryConfigureParametersPage<TModel> Class
Provides a presenter to the Configure Query Parameters page of the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
public class MultiQueryConfigureParametersPage<TModel> :
WizardPageBase<IMultiQueryConfigureParametersPageView, TModel>
where TModel : class, ISqlDataSourceModel
Public Class MultiQueryConfigureParametersPage(Of TModel As {Class, ISqlDataSourceModel})
Inherits WizardPageBase(Of IMultiQueryConfigureParametersPageView, TModel)
Type Parameters
Name |
---|
TModel |
Remarks
This presenter is associated with views implementing the IMultiQueryConfigureParametersPageView interface.
Inheritance
Object
WizardPageBase<IMultiQueryConfigureParametersPageView, TModel>
MultiQueryConfigureParametersPage<TModel>
See Also
Feedback