Click or drag to resize
DynamicExpressionParse Method

[Missing <summary> documentation for "M:System.Linq.Dynamic.DynamicExpression.Parse(System.Type,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 Parse(
	Type resultType,
	string expression,
	params Object[] values
)

Parameters

resultType
Type: SystemType
expression
Type: SystemString
values
Type: SystemObject

Return Value

Type: Expression
See Also