FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenant..::..copyTenantDBTablesWithData Method

Copies the tenant database tables to another database

Namespace:  FlowWright.cDevDeAPI
Assembly:  cDevDeAPI (in cDevDeAPI.dll)

Syntax


public bool copyTenantDBTablesWithData(
	string targetDBConnectionString
)
Public Function copyTenantDBTablesWithData ( _
	targetDBConnectionString As String _
) As Boolean
public:
bool^ copyTenantDBTablesWithData(
	String^ targetDBConnectionString
)

Parameters

targetDBConnectionString
Type: String
The target database connection string.

Return Value

true if XXXX, false otherwise.