Click or drag to resize
IProviderDictionaryTKey, TValueContains Method (TKey)

Note: This API is now obsolete.

Returns true if the table contains specified record.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Use ContainsKey(TKey) instead.")]
bool Contains(
	TKey key
)

Parameters

key
Type: TKey
Key to check

Return Value

Type: Boolean
See Also