This assignment operator copies rec's m_PropArray data member, which contains the array of properties that belong to the record., into this CCeDBRecord object's m_PropArray data member.
CCeDBRecord& operator=( const CCeDBRecord& rec );
Header file: | Wcedb.h |
Platforms: | |
Versions: | 2.0 and later |
This operator does a shallow copy. It only copies pointers to the properties belonging to rec; it does not make copies of the properties themselves.
CCeDBRecord Overview, CCeDBRecord Operators, Windows CE Database Support, CCeDBRecord::m_PropArray