Open this page in the API Guide

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

Parameters

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

Return Value

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

Implements

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