Skip to main content

Parameter(String, Type, Object, Boolean) 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,
    bool allowNull
)

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.

allowNull Boolean

A Boolean value that specifies whether or a not null value can be passed as a parameter value.

See Also