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

QueryParameterInternal Class

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 class QueryParameterInternal :
    IQueryParameter,
    IParameter,
    IFilterParameter

Remarks

This class provides a default implementation of the IQueryParameter interface.

Inheritance

Object
QueryParameterInternal
See Also