Click or drag to resize

OutputLimitClauseWhenExpression Property

Returns the expression that controls output for use with the when-keyword.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public Expression WhenExpression { get; set; }

Return Value

Type: Expression
expression should be boolean result
See Also