IProviderDictionaryTKey, TValueTryGetValue Method |
Returns true if the table contains specified record.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax bool TryGetValue(
TKey key,
out TValue value
)
Parameters
- key
- Type: TKey
Key to check - value
- Type: TValue
Returns the object value if the object is present
Return Value
Type:
BooleanSee Also