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: 30.0.11525.4184 (30.0.11525.4184)
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
See Also