DatabaseSeparationHelperDeleteSourceTables Method |
Modifies old database.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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:
StringReturns error if any occurred.
See Also