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

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public class QueryParameterInternal :
    IQueryParameter,
    IParameter,
    IFilterParameter

Remarks

This class provides a default implementation of the IQueryParameter interface.

Inheritance

Object
QueryParameterInternal
See Also