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.v24.2.dll

NuGet Package: DevExpress.DataAccess

#Declaration

public class QueryParameterInternal :
    IQueryParameter,
    IParameter,
    IFilterParameter

#Remarks

This class provides a default implementation of the IQueryParameter interface.

#Inheritance

Object
QueryParameterInternal
See Also