Click or drag to resize

CompareListExpressionSetAll Method

Sets all flag, true for ALL and 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 CompareListExpression SetAll(
	bool all
)

Parameters

all
Type: SystemBoolean
indicator if all or any

Return Value

Type: CompareListExpression

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

See Also