Click or drag to resize

DynamicExpressoValueGeneratorSetExpressionVariables Method (Interpreter, Int32)

The set expression variables.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.Generators
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,
	int tryNumber
)

Parameters

interpreter
Type: Interpreter
The interpreter.
tryNumber
Type: SystemInt32
The try number.

Return Value

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