Click or drag to resize
ProviderHelperClearTables Method (Object, Boolean, IProviderDictionary)
Clears the given tables.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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