Click or drag to resize

SubqueryQualifiedExpressionSetAll Method

Set to true for ALL, false for ANY.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public SubqueryQualifiedExpression SetAll(
	bool all
)

Parameters

all
Type: SystemBoolean
true for ALL

Return Value

Type: SubqueryQualifiedExpression

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

See Also