Click or drag to resize

SelectClauseExpression Class

Part of a select-clause to describe individual select-clause expressions.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaSelectClauseExpression

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

The SelectClauseExpression type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAsName
Returns the optional "as"-name of the expression, or null if not defined
Public propertyExpression
Returns the selection expression.
Public propertyIsAnnotatedByEventFlag
Returns indicator whether annotated as "@eventbean"
Top
Methods
  NameDescription
Public methodToEPLElement
Renders the element in textual representation.
Top
Extension Methods
  NameDescription
Public Extension MethodToEPL
Converts the element to a string.
(Defined by SelectClauseElementExtension.)
Top
See Also