QueryParameterInternal Class
In This Article
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.
See Also