Click or drag to resize

ExpressionDeclaration Class

Represents a single expression declaration that applies to a given statement.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaExpressionDeclaration

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

The ExpressionDeclaration type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyExpression
Returns the expression body.
Public propertyIsAlias
Returns indicator whether the expression is an alias or not.
Public propertyName
Returns expression name.
Public propertyParameterNames
Returns the paramater names.
Top
Methods
See Also