Click or drag to resize

InExpressionSetNotIn Method

Set to true to indicate this is a not-in expression.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public InExpression SetNotIn(
	bool notIn
)

Parameters

notIn
Type: SystemBoolean
true for not-in, false for in-expression

Return Value

Type: InExpression

[Missing <returns> documentation for "M:com.espertech.esper.common.client.soda.InExpression.SetNotIn(System.Boolean)"]

See Also