Click or drag to resize

DynamicExpressoBaseSetExpressionVariables Method

The set expression variables.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.Logic
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
protected virtual string SetExpressionVariables(
	Interpreter interpreter,
	string dynamicExpression
)

Parameters

interpreter
Type: Interpreter
The interpreter.
dynamicExpression
Type: SystemString
The expression.

Return Value

Type: String
The expression with valid variable names.
See Also