Skip to main content
A newer version of this page is available. .

HeaderParameter(String, Object) Constructor

Creates a new instance of the HeaderParameter class with the specified parameter name and value.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v19.2.dll

Declaration

public HeaderParameter(
    string name,
    object value
)

Parameters

Name Type Description
name String

The parameter name.

value Object

The parameter value.

See Also