ResultAccumulator Members TIBCO Spotfire 6.0 API Reference
The ResultAccumulator type exposes the following members.
Methods

  NameDescription
Public methodAddColumns(CalculationResultsIdentifier, DataTable, ColumnBuilder)
Adds a column to an existing table or replaces it if it already exist.
Public methodAddColumns(CalculationResultsIdentifier, DataTable, IEnumerable ColumnBuilder )
Adds columns to an existing table or replaces them if they already exist.
Public methodAddTable(CalculationResultsIdentifier, String, ColumnBuilder)
Adds a completely new DataTable consisting of the columns provided here or replaces them if the table already exists.
Public methodAddTable(CalculationResultsIdentifier, String, IEnumerable ColumnBuilder )
Adds a completely new DataTable consisting of the columns provided here or replaces them if the table already exists.
Public methodDispose
Disposes this ResultAccumulator
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Back to Top
See Also