Click or drag to resize
ProviderInfoDictionaryKeyTypeTryGetInternal Method
Returns true if the internal dictionary contains specified record.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected override bool TryGetInternal(
	KeyType key,
	out BaseInfo value
)

Parameters

key
Type: KeyType
Key to check
value
Type: CMS.DataEngineBaseInfo
Returns the object value if the object is present

Return Value

Type: Boolean
See Also