xRecord.doInsert 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.
Inserts the record into the table and bypasses any additional logic in the insert method of the table.
public:
virtual void doInsert();
public virtual void doInsert ();
abstract member doInsert : unit -> unit
override this.doInsert : unit -> unit
Public Overridable Sub doInsert ()