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)
Syntaxpublic bool Contains(
ParameterValue item
)
Public Function Contains (
item As ParameterValue
) As Boolean
public:
virtual bool Contains(
ParameterValue^ item
) sealed
abstract Contains :
item : ParameterValue -> bool
override Contains :
item : ParameterValue -> bool
Parameters
- item
- Type: Dundas.BI.Data.Parameters.ParameterValue
The object to locate in the parameter value collection.
Return Value
Type:
Booleantrue if the value is found the parameter value collection; otherwise,
false.
Implements
ICollection<T>.Contains(T)
Exceptions
See Also