Click or drag to resize

CaseWhenThenExpressionSetElse Method

Sets the expression to provide a value when no when-condition matches.

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

Parameters

elseExpr
Type: com.espertech.esper.common.client.sodaExpression
expression providing default result

Return Value

Type: CaseWhenThenExpression
expression
See Also