ParameterValueCollectionRemove Method

Removes the first occurrence of a specific object from the parameter value collection.

Namespace:  Dundas.BI.Data.Parameters
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public bool Remove(
	ParameterValue item
)

Parameters

item
Type: Dundas.BI.Data.ParametersParameterValue
The object to remove from the parameter value collection.

Return Value

Type: Boolean
if item was successfully removed from the parameter value collection; otherwise, . This method also returns if item is not found in the original parameter value collection.

Implements

ICollectionTRemove(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is .
See Also