CDatabaseRecordset::GetTableName

[This is preliminary documentation and subject to change.]

The GetTableName method returns the name of the table associated with the current recordset.

CString GetTableName(void);
 

Parameters

None.

Return Values

A string that contains the name of the table in the Guide database that is associated with the current recordset object.

Remarks

GetTableName is implemented by the CTableNameRecordset objects that inherit from CDatabaseRecordset. For example, CEpisodeTRecordset implements this method to return "Episode".

QuickInfo

  Windows NT: Unsupported.
  Windows: Requires Windows 98.
  Windows CE: Unsupported.
  Header: Declared in dbsets.h.
  Import Library: Use dbsets.lib or dbsetsSt.lib.
  Unicode: Yes.