[This is preliminary documentation and subject to change.]
Each CRating object corresponds to a single record of the Rating table in the Guide database. You can use the methods of CRating to retrieve and set field values. These objects are created and initialized by CRatingRecordset objects.
The CRating class provides the following methods:
Method | Description |
---|---|
SetRatingSystemID | Sets the value of the R Rating System ID field. |
SetRating | Sets the value of the R Rating field. |
SetDescription | Sets the value of the R Description field. |
SetPictogramMoniker | Sets the value of the R Pictogram Moniker field. |
RatingID | Retrieves the value of the R Rating ID field. This field is automatically generated and cannot be set. |
RatingSystemID | Retrieves the value of the R Rating System ID field. |
Rating | Retrieves the value of the R Rating field. |
Description | Retrieves the value of the R Description field. |
PictogramMoniker | Retrieves the value of the R Pictogram Moniker field. |
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in rating.h.
Import Library: Use dbsets.lib or dbsetsSt.lib.
Unicode: Yes.