Skip to main content

DataSourceParameterBase(String, Type, Object) Constructor

Initializes a new instance of the DataSourceParameterBase class with the specified settings.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

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

Parameters

Name Type Description
name String

A String value, specifying the parameter name. This value is assigned to the DataSourceParameterBase.Name property.

type Type

A Type value, specifying the parameter type. This value is assigned to the DataSourceParameterBase.Type property.

value Object

A Object value, specifying the parameter type. This value is assigned to the DataSourceParameterBase.Value property.

See Also