Replaces the current DataTransformations performed by this operation,
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
Note that it is not possible to replace with no elements.
The data operation will be refreshed synchronously.
Version Information
See Also