Click or drag to resize

PatternAndExprAdd Method

Adds a pattern expression to the AND relationship between patterns.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public PatternAndExpr Add(
	PatternExpr expr
)

Parameters

expr
Type: com.espertech.esper.common.client.sodaPatternExpr
to add

Return Value

Type: PatternAndExpr
pattern expression
See Also