Click or drag to resize
DynamicExpressionParseLambdaT, S Method (String, Object)

[Missing <summary> documentation for "M:System.Linq.Dynamic.DynamicExpression.ParseLambda``2(System.String,System.Object[])"]

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public static Expression<Func<T, S>> ParseLambda<T, S>(
	string expression,
	params Object[] values
)

Parameters

expression
Type: SystemString
values
Type: SystemObject

Type Parameters

T
S

Return Value

Type: ExpressionFuncT, S
See Also