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)
Syntaxpublic bool CheckForChanges()
Public Function CheckForChanges As Boolean
public:
bool CheckForChanges()
member CheckForChanges : unit -> bool
Return Value
Type:
BooleanTrue if the transform has changed, false if it has not.
See Also