DataTableAddTransformation Method

Spotfire 15.0 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: 71.0.22122.5390 (71.0.22122.5390)
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


See Also

Reference