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.
Adds a column to an existing table or replaces it if it already exist.
A unique identifier for this result.
The Spotfire.Dxp.Data.DataTable to insert the columns in.
A Spotfire.Dxp.Data.Columns.ColumnBuilder containing the values that the column should contain. Column name will be made unique within this Spotfire.Dxp.Data.DataTable.
Adds columns to an existing table or replaces them if they already exist.
A unique identifier for this result.
The Spotfire.Dxp.Data.DataTable to insert the columns in.
The Spotfire.Dxp.Data.Columns.ColumnBuilder instances containing the values that the columns should contain. Column names will be made unique within this Spotfire.Dxp.Data.DataTable.
Adds a completely new Spotfire.Dxp.Data.DataTable consisting of the columns provided here or replaces them if the table already exists.
A unique identifier for this result.
The name of the Spotfire.Dxp.Data.DataTable to create. If the table exists and is given another name it will be renamed. If the name is not unique it will be made unique.
A Spotfire.Dxp.Data.Columns.ColumnBuilder containing the values that the column should contain.
Adds a completely new Spotfire.Dxp.Data.DataTable consisting of the columns provided here or replaces them if the table already exists.
A unique identifier for this result.
The name of the Spotfire.Dxp.Data.DataTable to create. If the table exists and is given another name it will be renamed. If the name is not unique it will be made unique.
Spotfire.Dxp.Data.Columns.ColumnBuilder instances containing the values that the columns should contain. Column names will be made unique within the table.
Disposes this Spotfire.Dxp.Application.Calculations.ResultAccumulator
Accumulator used to add the results of a calculation.
Since
2.0