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.
Header file: | Wcedb.h |
Platforms: | H/PC 2.0, Palm-size PC, H/PC Pro |
Windows CE versions: | 2.0 and later |
CCeDBRecord& operator=( const CCeDBRecord& rec );
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.