Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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 names of all column names referenced in the expression.
Get all hierarchy names referenced in the expression.
Get the names of all the methods which are referenced in the expression.
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.
StaticCreateParse 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.
StaticCreateParse 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