FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deIStepEngineContext..::..hasExpression Method

Determines whether the specified expression has expression.

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

Syntax


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

Parameters

expression
Type: String
The expression.

Return Value

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