Ferreteria/v0.5/@cls/data/card/cK1I/WriteChanges: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{fmt/title|class <code>{{l/ver/class||ferret}}\{{i/var/parent|nspace.fmt}}\{{i/var/parent|cls.name}}::WriteChanges()</code>}}
{{page/ferret/method}}
==About==
==About==
* '''Purpose''': Like {{l/same|DoUpdate}}(), but automatically includes only field-values that have changed.
* '''Purpose''': Like {{l/same|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==
==History==
* '''2023-02-26''' renamed from DoUpdate() to <code>WriteChanges()</code>
* '''2023-02-26''' renamed from DoUpdateChanged() to <code>WriteChanges()</code>
* '''2023-02-16''' started
* '''2023-02-16''' started

Latest revision as of 19:45, 26 February 2023

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