DataCubeService.removeTransform Method
Removes the transform with the given ID from the data cube.
Parameters
- dataCubeId
-
Type: String
The ID of the data cube to remove the transform from.
- transformId
-
Type: String
The transform ID of the transform to remove.
Return Value
Type: jQuery.Promise
Value: dundas.entities.DataCube
A promise object that is resolved when the call is complete.
If successful, the updated dundas.entities.DataCube is returned.