ProviderHelperClearTables Method (Object, Boolean, IProviderDictionary) |
Clears the given tables.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax 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