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