 | 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
SyntaxIList Children { get; set; }
Return Value
Type:
IListTchild expressions or empty list if there are no child expressions
See Also