Platform SDK: Broadcast Architecture

CDatabaseRecordset::GetTableName

The GetTableName method returns the name of the table associated with the current recordset. C syntax is shown.

CString GetTableName(void);

Parameters

None.

Return Values

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

Remarks

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.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in dbsets.h.
  Import Library: Use dbsets.lib or dbsetsst.lib.

See Also

CEpisodeTRecordset