Click or drag to resize

CompilationGetExpression Method

Builds and returns the expression, representing the whole compilation.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Expression<Func<EntityObject, Object>> GetExpression()

Return Value

Type: ExpressionFuncEntityObject, Object
See Also