Skip to main content
A newer version of this page is available. .

IQueryParameter Interface

If implemented, provides the information about a query parameter while running the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public interface IQueryParameter :
    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