 | 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
Syntaxpublic static CaseSwitchExpression CaseSwitch(
string propertyName
)
Parameters
- propertyName
- Type: SystemString
the name of the property that provides the switch value
Return Value
Type:
CaseSwitchExpressionexpression
See Also