| ProviderDictionaryTKey, TValueContains Method (TKey) | 
            Returns true if the table contains specified record.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic virtual bool Contains(
	TKey key
)
Parameters
- key
- Type: TKey
 Key to check
Return Value
Type: 
Boolean See Also
See Also