ParameterValueCollectionSetValue Method

Sets the specified parameter value.

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

Parameters

parameterId  Guid
ID of the parameter.
parameterValue  Object
The parameter value.
Exceptions
ExceptionCondition
ArgumentExceptionparameterId was Empty.
ArgumentNullExceptionparameterValue is .
ArgumentOutOfRangeExceptionparameterValue is no supported.
See Also