OperatorParameterGetLambdaExpression Method |
Gets the parameter as lambda expression with the specified input parameter type.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm.ExpressionCompiler
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Expression GetLambdaExpression(
Type inputType
)
Public Function GetLambdaExpression (
inputType As Type
) As Expression
public:
Expression^ GetLambdaExpression(
Type^ inputType
)
member GetLambdaExpression :
inputType : Type -> Expression
Parameters
- inputType
- Type: SystemType
Type of the input.
Return Value
Type:
Expression
Lambda expression.
See Also