Click or drag to resize
IProviderDictionaryTemplateValueTypeContains Method (Object, ValueType)
Returns true if the table contains specified record.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
bool Contains(
	Object key,
	out ValueType value
)

Parameters

key
Type: SystemObject
Key to check
value
Type: ValueType
Returns the object value if the object is present

Return Value

Type: Boolean
See Also