xRecord.setTmp 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.
Sets the table so that it is not persisted to the database.
public:
virtual bool setTmp();
public virtual bool setTmp ();
abstract member setTmp : unit -> bool
override this.setTmp : unit -> bool
Public Overridable Function setTmp () As Boolean
Returns
true if the operation was successful; otherwise, false.