QueryParameter(String, Type, Object) Constructor
Creates a new instance of the QueryParameter class with the specified parameter name, type, and value.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | The parameter name. |
type | Type | The parameter type. |
value | Object | The parameter value. |
See Also