Click or drag to resize

ConcatExpression Class

Concatenation expression that concatenates the result of child expressions to the expression.
Inheritance Hierarchy

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class ConcatExpression : ExpressionBase

The ConcatExpression type exposes the following members.

Constructors
  NameDescription
Public methodConcatExpression
Ctor.
Top
Properties
  NameDescription
Public propertyChildren
Returns the list of sub-expressions to the current expression.
(Inherited from ExpressionBase.)
Public propertyPrecedence (Overrides ExpressionBasePrecedence.)
Public propertyTreeObjectName (Inherited from ExpressionBase.)
Top
Methods
  NameDescription
Public methodAdd(Object)
Add a constant to include in the computation.
Public methodAdd(String)
Add a property to include in the computation.
Public methodAdd(Expression)
Add an expression to include in the computation.
Public methodAddChild
Adds a new child expression to the current expression.
(Inherited from ExpressionBase.)
Public methodToEPL (Inherited from ExpressionBase.)
Public methodToPrecedenceFreeEPL (Overrides ExpressionBaseToPrecedenceFreeEPL(TextWriter).)
Top
See Also