Click or drag to resize
ExpressionParserCheckAndPromoteOperand Method

[Missing <summary> documentation for "M:System.Linq.Dynamic.ExpressionParser.CheckAndPromoteOperand(System.Type,System.String,System.Linq.Expressions.Expression@,System.Int32)"]

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private void CheckAndPromoteOperand(
	Type signatures,
	string opName,
	ref Expression expr,
	int errorPos
)

Parameters

signatures
Type: SystemType
opName
Type: SystemString
expr
Type: System.Linq.ExpressionsExpression
errorPos
Type: SystemInt32
See Also