Click or drag to resize

ExpressionBaseAddChild Method

Adds a new child expression to the current expression.

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

Parameters

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