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
Syntaxpublic Expression<Func<EntityObject, Object>> GetExpression()
Public Function GetExpression As Expression(Of Func(Of EntityObject, Object))
public:
Expression<Func<EntityObject^, Object^>^>^ GetExpression()
member GetExpression : unit -> Expression<Func<EntityObject, Object>>
Return Value
Type:
ExpressionFuncEntityObject,
Object
See Also