DataTableAddTransformation Method TIBCO Spotfire 7.9 API Reference
Adds a transformation to the table. The transformation will be applied on the source columns in the table (i.e., the columns originating from a data source or the result of an add columns or add rows operation.) Calculated columns will not be affected.

Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 30.0.10915.3380 (30.0.10915.3380)
Syntax

C#
public ColumnsChangedResult AddTransformation(
	DataTransformation transformation
)

Parameters

transformation
Type: Spotfire.Dxp.DataDataTransformation
The transformation.

Return Value

Type: ColumnsChangedResult
Information about the changes that occured in the table.
Version Information

Supported in: 7.9, 7.8
See Also

Reference