Platform SDK: Broadcast Architecture

CEpisodePropertyRecordset

The CEpisodePropertyRecordset class is used to retrieve and set values for CEpisodeProperty record objects from the Episode Property table. To do so, CEpisodePropertyRecordset uses functions defined in the CDatabaseRecordset parent class.

The CEpisodePropertyRecordset class implements the following methods defined in CDatabaseRecordset.

Method Description
GetTableName Returns the name of the table associated with this recordset, in this case Episode Property.
GetRecordsetObject Initializes a CEpisodeProperty object with records from the Guide database.
SetRecordsetObject Saves the records in a CEpisodeProperty object to the Guide database.

Requirements

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

See Also

CDatabaseRecordset, CEpisodeProperty, Episode Property table