FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deTenant..::..testDBConnection Method

Test database connection

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

Syntax


public bool testDBConnection(
	out string errorMessage
)
Public Function testDBConnection ( _
	<OutAttribute> ByRef errorMessage As String _
) As Boolean
public:
bool^ testDBConnection(
	[OutAttribute] String^% errorMessage
)

Parameters

errorMessage
Type: String%
The error message.

Return Value

true if XXXX, false otherwise.