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.
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.
Accumulator used to add the results of a calculation.
Since
2.0