ColumnExpression Methods TIBCO Spotfire 6.0 API Reference
The ColumnExpression type exposes the following members.
Methods

  NameDescription
Public methodClone
Clone the expression.
Public methodContainsAggregationMethod
Checks if column expression contains an aggregation method.
Public methodStatic memberCreate
Parse a column expression and return a ColumnExpression.
Public methodStatic memberCreateFromPlotExpression
Parse a custom expression that can be used on plots and return a list of ColumnExpressions.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetExpressionReturnType
Get the result type for the given expression using the columns in the specified table.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodQualifyNames
Make sure that all column/hierarchy references in the query are fully qualified.
Public methodRenameColumn
Rename all column references from oldName to newName.
Public methodRenameHierarchy
Rename all hierarchy references from oldName to newName.
Public methodToString
Get a string representation of the column expression.
(Overrides Object ToString .)
Public methodValidate
Validates if the column expression is valid in the given DataTable context.
Back to Top
See Also