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

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.v20.1.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public HeaderParameter(
    string name,
    Type type,
    object value
)

Parameters

Name Type Description
name String

The parameter name.

type Type

The parameter type.

value Object

The parameter value.

See Also