Platform SDK: Broadcast Architecture |
The CEpisodeTRecordset class is used to retrieve and set values for CEpisodeT record objects from the Episode table. To do so, CEpisodeTRecordset uses methods defined in the CDatabaseRecordset parent class.
The CEpisodeTRecordset 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. |
GetRecordsetObject | Initializes a CEpisodeT object with records from the Guide database. |
SetRecordsetObject | Saves the records in a CEpisodeT object to the Guide database. |
Seek | Returns a value that indicates whether the specified record is in the recordset. |
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in episodet.h.
Import Library: Use dbsets.lib or dbsetsst.lib.