Open this page in the API Guide

DataParameterValue Constructor (String, DataType, Object)

Initializes a new instance of the DataParameterValue class.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public DataParameterValue(
	string name,
	DataType dataType,
	Object value
)

Parameters

name
Type: System.String
The parameter name.
dataType
Type: Dundas.BI.Data.Metadata.DataType
The parameter data type.
value
Type: System.Object
The parameter value.
See Also