IMultiQueryConfigureParametersPageView.GetParameters() Method
If implemented, returns the list of query parameters created while running the wizard.
Namespace: DevExpress.DataAccess.Wizard.Views
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Returns
Type | Description |
---|---|
IEnumerable<IQueryParameter> | A collection of objects implementing the IQueryParameter interface (typically, these are the QueryParameterInternal objects). |
See Also