ParameterValueCollectionContains Method

Determines whether the parameter value collection contains a specific 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 bool Contains(
	ParameterValue item
)

Parameters

item  ParameterValue
The object to locate in the parameter value collection.

Return Value

Boolean
if the value is found the parameter value collection; otherwise, .

Implements

ICollectionTContains(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is .
See Also