Share via


xRecord.isTempDb Method

Definition

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.

Applies to