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.3.0.1000)
Syntax public 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.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 See Also