ParameterValueCollectionAdd(ParameterValue) Method

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 (26.2.0.1000)
Syntax
public void Add(
	ParameterValue item
)

Parameters

item  ParameterValue
The object to add to the parameter value collection.

Implements

ICollectionTAdd(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is .
See Also