xRecord.doUpdate Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates the current record and bypasses any additional logic in the update method of the table.
public:
virtual void doUpdate();
public virtual void doUpdate ();
abstract member doUpdate : unit -> unit
override this.doUpdate : unit -> unit
Public Overridable Sub doUpdate ()