Click or drag to resize

SelectClauseAdd Method (Expression, String)

Adds an expression to the select clause and an "as"-asName for the column.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public SelectClause Add(
	Expression expression,
	string asName
)

Parameters

expression
Type: com.espertech.esper.common.client.sodaExpression
to add
asName
Type: SystemString
is the "as"-provided for the column

Return Value

Type: SelectClause
clause
See Also