Click or drag to resize

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
Syntax
public Expression GetLambdaExpression(
	Type inputType
)

Parameters

inputType
Type: SystemType
Type of the input.

Return Value

Type: Expression
Lambda expression.
See Also