IProviderDictionaryTemplateValueTypeContains Method (Object, ValueType) |
Returns true if the table contains specified record.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax 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:
BooleanSee Also