TransformSnapshotCheckForChanges Method

Checks whether there are any differences between this snapshot and the current state of the transform.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public bool CheckForChanges()

Return Value

Type: Boolean
True if the transform has changed, false if it has not.
See Also