Click or drag to resize

PatternsOr Method

Pattern-OR expression, allows adding sub-expressions that are connected by a logical OR.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static PatternOrExpr Or()

Return Value

Type: PatternOrExpr
pattern expression representing the OR relationship
See Also