Open this page in the API Guide

ParameterValueCollection.Add Method (Guid, Object)

Adds the specified parameter value.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void Add(
	Guid parameterId,
	Object parameterValue
)

Parameters

parameterId
Type: System.Guid
ID of the parameter.
parameterValue
Type: System.Object
The parameter value.
Exceptions
ExceptionCondition
ArgumentExceptionparameterId was Empty or the parameter with the same ID already exists.
ArgumentNullExceptionparameterValue is null.
ArgumentOutOfRangeExceptionparameterValue is no supported.
See Also