Platform SDK: Broadcast Architecture |
The GetTableName method returns the name of the table associated with the current recordset. C syntax is shown.
CString GetTableName(void);
None.
Returns a string that contains the name of the Guide database table that is associated with the current recordset object.
The table-specific version of GetTableName is implemented by the CTableNameRecordset objects that inherit from CDatabaseRecordset. For example, CEpisodeTRecordset implements this method to return "Episode".
For more information on the inheritance structure of the Guide data objects, see About Guide Data Objects.
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in dbsets.h.
Import Library: Use dbsets.lib or dbsetsst.lib.