FlowWright.cDevDeAPI Namespace
deTenantManager Class
deTenantManager Methods
FlowWright.cDevDecisionEngine Namespace

deTenantManager..::..createTenantDBTablesAndDataUsingTemplate Method

Creates the tenant database tables and data using template.

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

Syntax


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

Parameters

targetDBConnectionString
Type: String
The target database connection string.

Return Value

true if XXXX, false otherwise.