Click or drag to resize

InExpression Constructor (Expression, Boolean, Object)

Ctor - for use to create an expression tree, without child expression.

Use add methods to add child expressions to acts upon.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public InExpression(
	Expression value,
	bool isNotIn,
	params Object[] parameters
)

Parameters

value
Type: com.espertech.esper.common.client.sodaExpression
an expression that provides the value to search for in the set
isNotIn
Type: SystemBoolean
true for the not-in expression, false for the in-expression
parameters
Type: SystemObject
is a set of constants to match against
See Also