DataSourceOperationGetTransformations Method TIBCO Spotfire 7.12 API Reference
Gets a copy of the DataTransformations contained in the data flow.

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

C#
public IList<DataTransformation> GetTransformations()

Return Value

Type: IListDataTransformation
A list of data transformations.
Remarks

The list may be empty if no transformations exist.

After modifying the list, use ReplaceTransformations(IEnumerableDataTransformation) to apply changes.

Version Information

Supported in: 7.12, 7.11, 7.10
See Also

Reference