Click or drag to resize

SelectClauseExpression Constructor (Expression, String)

Ctor.

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

Parameters

expression
Type: com.espertech.esper.common.client.sodaExpression
is the selection expression
optionalAsName
Type: SystemString
is the "as"-tag for the expression
See Also