Click or drag to resize

SelectClauseElement Interface

Item in a select-clause to describe individual select-clause expressions or Wildcard(s).

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface SelectClauseElement

The SelectClauseElement type exposes the following members.

Methods
  NameDescription
Public methodToEPLElement
Output the string rendering of the select clause element.
Top
Extension Methods
  NameDescription
Public Extension MethodToEPL
Converts the element to a string.
(Defined by SelectClauseElementExtension.)
Top
See Also