IQueryParameter Interface
In This Article
If implemented, provides the information about a query parameter while running the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#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