Click or drag to resize

CaseSwitchExpressionSetElse Method

Sets the else-part of the case-switch. This result of this expression is returned when no when-expression matched.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CaseSwitchExpression SetElse(
	Expression elseExpr
)

Parameters

elseExpr
Type: com.espertech.esper.common.client.sodaExpression
is the expression returning the no-match value

Return Value

Type: CaseSwitchExpression
expression
See Also