TransformSuppressOutputAutoUpdate Method

Suppresses the automatic update for the output elements.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public void SuppressOutputAutoUpdate()
Remarks
When multiple operations are planned on the transform, calling this method would suppress unnecessary automatic updates for the output elements. However, please ensure that after the configuration is finished, the ResumeOutputAutoUpdate() method is called, to ensure correct functionality.
See Also