Click or drag to resize
ProviderHelperClearTables Method (Object, Boolean, IProviderDictionary)

Note: This API is now obsolete.

Clears the given tables.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use ProviderDictionary<TKey, TValue>.Clear instead")]
public static void ClearTables(
	Object lockObj,
	bool logTasks,
	params IProviderDictionary[] dictionaries
)

Parameters

lockObj
Type: SystemObject
Object used for the lock
logTasks
Type: SystemBoolean
If true, the clear tasks are logged
dictionaries
Type: CMS.DataEngineIProviderDictionary
List of the dictionaries to clear
See Also