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

From Woozle Writes Code
Jump to navigation Jump to search
(Created page with "==About== * '''Purpose''': Like {{l/same|DoUpdate}}(), but automatically includes only field-values that have changed. ==History== * '''2023-02-26''' renamed from DoUpdate() to <code>WriteChanges()</code> * '''2023-02-16''' started")
 
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>}}
==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.

Revision as of 14:20, 26 February 2023

class ferret\data\card\cK1I::WriteChanges()

About

  • Purpose: Like DoUpdate(), but automatically includes only field-values that have changed.

History

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