Click or drag to resize

EvaluatorSetVariable Method (String, Object)

Sets the value of a variable referenced within the expression prior to evaluation.

Namespace:  Data.Eval
Assembly:  Data_Eval (in Data_Eval.dll) Version: 2.5.0
Syntax
C#
public void SetVariable(
	string name,
	Object value
)

Parameters

name
Type: SystemString
Name of the variable referenced within the expression.
value
Type: SystemObject
Value of the variable that should be used when evaluating the expression.
See Also