ExpressionContextCompilerTResult, TContextTypeExecuteFunction Method

Executes compiled FuncTResult based expression.

Definition

Namespace: Gemstone.Expressions.Evaluator
Assembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.170 -- Release Build+d2665f0672b476be9050c5e510432f4756472307
public TResult ExecuteFunction()

Return Value

TResult
Evaluated expression result.

Remarks

Calling this method will automatically compile Expression, if not already compiled. Function automatically applies VariableContext variables for execution.

See Also