NEsper Class Library
NEsper Class Library
com.espertech.esper.common.client.soda
CaseSwitchExpression Class
CaseSwitchExpression Methods
Add Method
SetElse Method
ToPrecedenceFreeEPL Method
CaseSwitchExpression
SetElse 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#
Copy
public
CaseSwitchExpression
SetElse
(
Expression
elseExpr
)
Parameters
elseExpr
Type:
com.espertech.esper.common.client.soda
Expression
is the expression returning the no-match value
Return Value
Type:
CaseSwitchExpression
expression
See Also
Reference
CaseSwitchExpression Class
com.espertech.esper.common.client.soda Namespace
Copyright (c) 2007 - 2019 Espertech
Send comments on this topic to
nesper@espertech.com