ColumnExpression Methods TIBCO Spotfire 7.6 API Reference

The ColumnExpression type exposes the following members.

Methods

  Name Description
Public method Clone
Clone the expression.
Public method ContainsAggregationMethod
Checks if column expression contains an aggregation method.
Public method Static member Create
Parse a column expression and return a ColumnExpression.
Public method Static member CreateFromPlotExpression
Parse a custom expression that can be used on plots and return a list of ColumnExpressions.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetExpressionReturnType
Get the result type for the given expression using the columns in the specified table.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method QualifyNames
Make sure that all column/hierarchy references in the query are fully qualified.
Public method RenameColumn
Rename all column references from oldName to newName.
Public method RenameHierarchy
Rename all hierarchy references from oldName to newName.
Public method ToString
Get a string representation of the column expression.
(Overrides ObjectToString.)
Public method Validate
Validates if the column expression is valid in the given DataTable context.
Top
See Also

Reference