Click or drag to resize

InExpression Constructor (Boolean)

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(
	bool isNotIn
)

Parameters

isNotIn
Type: SystemBoolean
true for the not-in expression, false for the in-expression
See Also