CCeDBRecord

The CCeDBRecord class encapsulates the functionality of a Windows CE database record. CCeDBRecord represents the record as it resides in RAM. You use the ReadCurrRecord and WriteCurrRecord member functions to transfer properties to and from the database in the object store.

Two records in the same Windows CE database can have different numbers or types of properties. If you specify a sort property when you open a database, and there are records in the database that don't contain the property on which the database is being sorted, those records will be placed last in the sort order. (If the sort property was defined with the flag Sort_UnknownFirst, they are placed before the sorted records, instead.)

At a Glance

Header file: Wcedb.h
Platforms:
Versions: 2.0 and later

See Also

CCeDBRecord Member Functions, CCeDBRecord Operators, CCeDBRecord Data Members, Windows CE Database Support