FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

clsEngineContext..::..hasExpression Method

Determines whether the specified expression has expression.

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

Syntax


public bool hasExpression(
	string expression
)
Public Function hasExpression ( _
	expression As String _
) As Boolean
public:
bool^ hasExpression(
	String^ expression
)

Parameters

expression
Type: String
The expression.

Return Value

true if the specified expression has expression; otherwise, false.