Skip to main content
All docs
V25.1
  • 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.v25.1.dll

    NuGet Package: DevExpress.DataAccess

    Declaration

    public PathParameter(
        string name,
        object value
    )

    Parameters

    Name Type Description
    name String

    The parameter name.

    value Object

    The parameter value.

    See Also