Platform SDK: Broadcast Architecture

CEpisodeT

Each CEpisodeT object corresponds to a single record of the Episode table in the Guide database. These objects are created and initialized by CEpisodeTRecordset objects.

The CEpisodeT class provides the following methods, which your application can use to set and retrieve the values of fields for a CEpisodeT object.

Method Description
SetTitle Sets the value of the E Title field.
SetDescription Sets the value of the E Description field.
SetEnhMapID Sets the value of the E Enhancement Mapping ID 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.
EnhMapID Retrieves the value of the E Enhancement Mapping ID 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.

For more information on the methods that CEpisodeT contains but that are reserved for future use, see Reserved Methods in CEpisodeT.

Requirements

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

See Also

CEpisodeTRecordset, Episode table