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

deTenantManager..::..hasTenantConnectionString Method

Determines whether [has tenant connection string] [the specified source connection string].

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

Syntax


public bool hasTenantConnectionString(
	string sourceConnectionString,
	string tenantID
)
Public Function hasTenantConnectionString ( _
	sourceConnectionString As String, _
	tenantID As String _
) As Boolean
public:
bool^ hasTenantConnectionString(
	String^ sourceConnectionString, 
	String^ tenantID
)

Parameters

sourceConnectionString
Type: String
The source connection string.
tenantID
Type: String
The tenant identifier.

Return Value

true if [has tenant connection string] [the specified source connection string]; otherwise, false.