Replaces the current (if any) DataTransformations performed when data is loaded,
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 operation will be refreshed synchronously, which includes reading data from the Information Link.
Version Information
See Also