Click or drag to resize

PatternsAnd Method

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

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

Return Value

Type: PatternAndExpr
pattern expression representing the AND relationship
See Also