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

From Woozle Writes Code
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