Click or drag to resize
MultiValueHashtableTKey, TValueContains Method
Determines whether the multivaluehashtable contains the key, and if so, if the list of values stored under the key contains the value specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public virtual bool Contains(
	TKey key,
	TValue value
)

Parameters

key
Type: TKey
Key.
value
Type: TValue
Value.

Return Value

Type: Boolean
true if the key exists and the list of values contains the specified value
See Also