Click or drag to resize

ExpressionChildren Property

Returns the list of sub-expressions (child expressions) to the current expression node.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
IList Children { get; set; }

Return Value

Type: IListT
child expressions or empty list if there are no child expressions
See Also