| ProviderStringValueDictionaryTContains Method (String, String) | 
            Returns true if the table contains specified record.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic bool Contains(
	string key,
	out string value
)
Parameters
- key
- Type: SystemString
 Key to check
- value
- Type: SystemString
 Returns the object value if the object is present
Return Value
Type: 
Boolean See Also
See Also