Platform SDK: Broadcast Architecture |
The CChannelEnhancementsRecordset class is used to retrieve and set values for CChannelEnhancements record objects from the Channel Enhancements table. To do so, CChannelEnhancementsRecordset uses functions defined in the CDatabaseRecordset parent class.
The CChannelEnhancementsRecordset class implements the following methods defined in CDatabaseRecordset.
Method | Description |
---|---|
GetTableName | Returns the name of the table associated with this recordset, in this case Enhancement. |
GetRecordsetObject | Initializes a CChannelEnhancements object with records from the Guide database. |
SetRecordsetObject | Saves the records in a CChannelEnhancements object to the Guide database. |
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in mapping.h.
Import Library: Use dbsets.lib or dbsetsst.lib.
CChannelEnhancements, CDatabaseRecordset, Channel Enhancements table