Skip to main content

Parameter(String, Type, Object) Constructor

Initializes a new instance of the Parameter class.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Parameters

Name Type Description
name String

A String value that specifies the parameter name.

type Type

A Type object that specifies the parameter type.

value Object

A parameter value.

See Also