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