Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Get the alias (name) of the calculated column if there is an AS part of the column expression.
Get the names of all column names referenced in the expression.
Get the localized error message if the expression is invalid, null otherwise.
Get the expression that could not be parsed if it exists, if the expression is valid then this property is null.
Get the error message if the expression is invalid, null otherwise.
Gets the expression as a string. This would exclude any alias (name) statement.
Get all hierarchy names referenced in the expression.
True if the expression is valid, false otherwise.
Get the names of all the methods which are referenced in the expression.
Clone the expression.
A clone of the current column expression handle.
Checks if column expression contains an aggregation method.
The Spotfire.Dxp.Data.DataTable where the columns and hierarchies referenced in the expression are defined.
True if the column expression contained an aggregation method, false otherwise.
Get the result type for the given expression using the columns in the specified table.
The Spotfire.Dxp.Data.DataTable where the columns and hierarchies referenced in the expression are defined.
The return type of the expression.
Make sure that all column/hierarchy references in the query are fully qualified.
The table name.
Validates if the column expression is valid in the given Spotfire.Dxp.Data.DataTable context.
The Spotfire.Dxp.Data.DataTable where the columns and hierarchies referenced in the expression are defined.
True if the expression is valid, false otherwise.
Static
CreateParse a column expression and return a ColumnExpression.
The column expression.
A handle to the parsed column expression. Even if it was not possible to parse the expression a ColumnExpression will still be returned but it will be invalid.
Static
CreateParse a custom expression that can be used on plots and return a list of ColumnExpressions.
The plot expression to parse.
The data manager.
A list of handles to the parsed expressions if it was not possible to parse the expression an empty list will be returned.
This is a handle to a column expression. This class is created by the factory methods Create(expression), and can be used to retrieve information about the components of the column expression.
Since
2.0