xRecord.doClear 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.
Removes all rows from the table buffer and bypasses any additional logic in the clear method of the table.
public:
virtual void doClear();
public virtual void doClear ();
abstract member doClear : unit -> unit
override this.doClear : unit -> unit
Public Overridable Sub doClear ()