[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Represents a single item in a SELECT-clause, potentially unnamed as no "as" tag may have been supplied in the syntax.

Compare to net.esper.eql.spec.SelectExprElementNamedSpec which carries a determined name.

Namespace: net.esper.eql.spec
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class SelectExprElementUnnamedSpec
C#
public class SelectExprElementUnnamedSpec
Visual C++
public ref class SelectExprElementUnnamedSpec

Inheritance Hierarchy

System.Object
  net.esper.eql.spec.SelectExprElementUnnamedSpec