HeaderParameter(String, Type, Object) Constructor
Creates a new instance of the HeaderParameter class with the specified parameter name, type, 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. |
| type | Type | The parameter type. |
| value | Object | The parameter value. |
See Also