Click or drag to resize

SelectClauseExpressionAsName Property

Returns the optional "as"-name of the expression, or null if not defined

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

Property Value

Type: String
tag or null for selection expression
See Also