Click or drag to resize

ExpressionsCaseSwitch Method (String)

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(
	string propertyName
)

Parameters

propertyName
Type: SystemString
the name of the property that provides the switch value

Return Value

Type: CaseSwitchExpression
expression
See Also