DataTableAddTransformation Method

Spotfire 14.3 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: 65.0.19510.3242 (65.0.19510.3242)
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: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference