DataTableAddTransformations Method

TIBCO Spotfire 11.4 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: 51.0.16121.3915 (51.0.16121.3915)
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: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also

Reference