CCeDBRecord::operator =

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.

At a Glance

Header file: Wcedb.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later

Syntax

CCeDBRecord& operator=( const CCeDBRecord& rec );

Remarks

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.

See Also

CCeDBRecord::m_PropArray