Skip to main content

QueryParameterInternal Class

Provides the information about a query parameter while running the Data Source Wizard.

Namespace: DevExpress.DataAccess.Wizard

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

public class QueryParameterInternal :
    IQueryParameter,
    IParameter,
    IFilterParameter

Remarks

This class provides a default implementation of the IQueryParameter interface.

Inheritance

Object
QueryParameterInternal
See Also