FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..createUpdateConnection Method

Creates or update the connection.

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

Syntax


public bool createUpdateConnection(
	string connID,
	string connName,
	string connType,
	string connectionString
)
Public Function createUpdateConnection ( _
	connID As String, _
	connName As String, _
	connType As String, _
	connectionString As String _
) As Boolean
public:
bool^ createUpdateConnection(
	String^ connID, 
	String^ connName, 
	String^ connType, 
	String^ connectionString
)

Parameters

connID
Type: String
The connection identifier.
connName
Type: String
Name of the connection.
connType
Type: String
Type of the connection.
connectionString
Type: String
The connection string.

Return Value

true if XXXX, false otherwise.