[This is preliminary documentation and subject to change.]
Each CEpisodeT object corresponds to a single record of the Episode table in the Guide database. You can use the methods of CEpisodeT to retrieve and set field values. These objects are created and initialized by CEpisodeTRecordset objects.
The CEpisodeT class provides the following methods:
Method | Description |
---|---|
SetTitle | Sets the value of the E Title field. |
SetDescription | Sets the value of the E Description field. |
SetDisplayMask | Sets the value of the E Display Mask field. |
SetThemeID | Sets the value of the E Theme ID field. |
SetRatingID | Sets the value of the E Rating ID field. |
SetAbbreviation | Sets the value of the E Abbreviation field. |
SetLastUpdate | Sets the value of the E Last Update field. |
EpisodeID | Retrieves the value of the E Episode ID field. This field is automatically generated and cannot be set. |
Title | Retrieves the value of the E Title field. |
Description | Retrieves the value of the E Description field. |
DisplayMask | Retrieves the value of the E Display Mask field. |
ThemeID | Retrieves the value of the E Theme ID field. |
RatingID | Retrieves the value of the E Rating ID field. |
Abbreviation | Retrieves the value of the E Abbreviation field. |
LastUpdate | Retrieves the value of the E Last Update field. |
SetEnhMapID | Sets the value of the E Enhancement Mapping ID field. |
EnhMapID | Retrieves the value of the E Enhancement Mapping ID field. |
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in episodet.h.
Import Library: Use dbsets.lib or dbsetsSt.lib.
Unicode: Yes.