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 public 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:
BooleanSee Also