Click or drag to resize

SubqueryInExpressionSetNotIn Method

Set to true for not-in, or false for in-lookup.

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

Parameters

notIn
Type: SystemBoolean
true for not-in

Return Value

Type: SubqueryInExpression

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

See Also