Share via


xRecord.getPhysicalTableName Method

Definition

Return the physical table name, which, in the case of the SQL Temp DB table, is the table instance name.

public:
 virtual System::String ^ getPhysicalTableName();
public virtual string getPhysicalTableName ();
abstract member getPhysicalTableName : unit -> string
override this.getPhysicalTableName : unit -> string
Public Overridable Function getPhysicalTableName () As String

Returns

The physical table name or the table instance name.

Applies to