FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deDesign..::..removeDecisionTable Method

Removes the decision table.

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

Syntax


public bool removeDecisionTable(
	string decisionTableID
)
Public Function removeDecisionTable ( _
	decisionTableID As String _
) As Boolean
public:
bool^ removeDecisionTable(
	String^ decisionTableID
)

Parameters

decisionTableID
Type: String
The decision table identifier.

Return Value

true if XXXX, false otherwise.