DataTableAddTransformations Method TIBCO Spotfire 7.9 API Reference
Adds a sequence of transformations 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 AddTransformations(
	IEnumerable<DataTransformation> transformations
)

Parameters

transformations
Type: System.Collections.GenericIEnumerableDataTransformation
The transformations.

Return Value

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

Supported in: 7.9, 7.8
See Also

Reference