ResultAccumulator Methods TIBCO Spotfire 7.11 API Reference

The ResultAccumulator type exposes the following members.

Methods

  Name Description
Public method AddColumns(CalculationResultsIdentifier, DataTable, ColumnBuilder)
Adds a column to an existing table or replaces it if it already exist.
Public method AddColumns(CalculationResultsIdentifier, DataTable, IEnumerableColumnBuilder)
Adds columns to an existing table or replaces them if they already exist.
Public method AddTable(CalculationResultsIdentifier, String, ColumnBuilder)
Adds a completely new DataTable consisting of the columns provided here or replaces them if the table already exists.
Public method AddTable(CalculationResultsIdentifier, String, IEnumerableColumnBuilder)
Adds a completely new DataTable consisting of the columns provided here or replaces them if the table already exists.
Public method Dispose
Disposes this ResultAccumulator
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Top
See Also

Reference