A newer version of this page is available.
Switch to the current version.
IQueryParameter Interface
If implemented, provides the information about a query parameter while running the Data Source Wizard.
Namespace: DevExpress.DataAccess.Wizard
Assembly: DevExpress.DataAccess.v18.2.dll
Declaration
public interface IQueryParameter :
IParameter,
IFilterParameter
Public Interface IQueryParameter
Inherits IParameter,
IFilterParameter
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
Feedback