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

PathParameter(String, Type, Object) Constructor

Creates a new instance of the PathParameter class with specified name, type, and value.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v20.1.dll

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

Declaration

public PathParameter(
    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