IQueryParameter Interface
If implemented, provides the information about a query parameter while running the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Remarks
The QueryParameterInternal class provides a default implementation of the IQueryParameter interface.
An object implementing the IQueryParameter interface is returned by the following methods.
See Also