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 (24.1.0.1000)
Syntax
public bool Contains(
	ParameterValue item
)

Parameters

item
Type: Dundas.BI.Data.ParametersParameterValue
The object to locate in the parameter value collection.

Return Value

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

Implements

ICollectionTContains(T)
Exceptions
ExceptionCondition
ArgumentNullExceptionitem is .
See Also