Replaces the current (if any) DataTransformations performed on the result of the DataFunction output,
with the supplied transformations.
Namespace: Spotfire.Dxp.Data.DataOperations
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public void ReplaceTransformations( IEnumerable<DataTransformation> transformations )
Parameters
- transformations
- Type: System.Collections.GenericIEnumerableDataTransformation
The new transformations.
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown if replacing the transformations is not possible. |
Remarks
To remove all transformations, supply an empty transformations parameter.
The data function will be re-executed synchronously, and all its outputs will be updated.
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also