OperatorParameterGetValueExpression Method |
Gets the parameter as expression, which returns the value.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Expression GetValueExpression(
Expression input
)
Public Function GetValueExpression (
input As Expression
) As Expression
public:
Expression^ GetValueExpression(
Expression^ input
)
member GetValueExpression :
input : Expression -> Expression
Parameters
- input
- Type: System.Linq.ExpressionsExpression
The input object for the parameter.
Return Value
Type:
Expression
Expression, which returns the value of the parameter.
See Also