Click or drag to resize

SelectClauseWildcard Class

Represents a wildcard in the select-clause.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaSelectClauseWildcard

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

The SelectClauseWildcard type exposes the following members.

Constructors
  NameDescription
Public methodSelectClauseWildcard
Initializes a new instance of the SelectClauseWildcard class
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