🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
SelfVM.DirtyList
This page was created by Lars.olofsson on 2022-04-10. Last edited by Edgar on 2025-08-31.

The DirtyList attribute on the selfVM object will return all changed objects that will be saved if selfVM.Save is called.

Use selfVM.DirtyList->DiscardChanges to revert all changes made to a ViewModel.

See: OCLOperators DiscardChanges