Open this page in the API Guide

ParameterValueCollection.Add Method (ParameterValue)

Adds an item to the parameter value collection.

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(
	ParameterValue item
)

Parameters

item
Type: Dundas.BI.Data.Parameters.ParameterValue
The object to add to the parameter value collection.

Implements

ICollection<T>.Add(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is null.
See Also