xRecord.isTempDb 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.
Indicates whether the type of the table is SQL TempDB.
public:
virtual bool isTempDb();
public virtual bool isTempDb ();
abstract member isTempDb : unit -> bool
override this.isTempDb : unit -> bool
Public Overridable Function isTempDb () As Boolean
Returns
true if the type of the table is SQL TempDB; otherwise, false.