ColumnExpression Alias Property TIBCO Spotfire 6.0 API Reference
Get the alias (name) of the calculated column if there is an AS part of the column expression.

Namespace: Spotfire.Dxp.Data.Expressions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public string Alias { get; }

Property Value

Type: String
The name of the column to be generated by the expression, null if no name is specified.
See Also