Click or drag to resize
ProviderHelperClearTables Method (Object, Boolean, ProviderDictionaryCollection)
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,
	ProviderDictionaryCollection dictionaries
)

Parameters

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