Click or drag to resize

SelectClauseSelectList Property

Returns the list of expressions in the select clause.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public IList SelectList { get; set; }

Property Value

Type: IListT
list of expressions with column names
See Also