Ferreteria/v0.5/@cls/data/card/cK1I/WriteChanges

From Woozle Writes Code
< Ferreteria‎ | v0.5‎ | @cls‎ | data/card/cK1I
Revision as of 19:45, 26 February 2023 by Woozle (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Ferreteria: ferret\data\card\cK1I::WriteChanges()

About

  • Purpose: Like DoUpdate(), but automatically includes only field-values that have changed. Avoid using externally unless multiple changes need to be made in a specific order; it should be automatically invoked at destruct-time.

History

  • 2023-02-26 renamed from DoUpdateChanged() to WriteChanges()
  • 2023-02-16 started