Click or drag to resize

ExpressionsCaseSwitch Method (Expression)

Case-switch expresssion.

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

Parameters

valueToSwitchOn
Type: com.espertech.esper.common.client.sodaExpression
provides the switch value

Return Value

Type: CaseSwitchExpression
expression
See Also