Replaces the current (if any) DataTransformations performed by the DataOperation,
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. Note that if the DataOperation is a DataTransformationsOperation, this is not possible since the DataTransformationsOperation needs to include at least one DataTransformation.
The data operation will be refreshed synchronously.
Version Information
See Also