Click or drag to resize
DatabaseSeparationHelperDeleteSourceTables Method
Modifies old database.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public string DeleteSourceTables(
	bool deleteDB,
	bool separation
)

Parameters

deleteDB
Type: SystemBoolean
Indicates if complete database should be deleted.
separation
Type: SystemBoolean
Indicates if current process is separation

Return Value

Type: String
Returns error if any occurred.
See Also