Click or drag to resize

PatternExprBaseAddChild Method

Adds a sub-expression to the pattern expression.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
protected void AddChild(
	PatternExpr expression
)

Parameters

expression
Type: com.espertech.esper.common.client.sodaPatternExpr
to add
See Also