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.

Syntax

CCeDBRecord& operator=( const CCeDBRecord& rec );

At a Glance

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

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 Overview, CCeDBRecord Operators, Windows CE Database Support, CCeDBRecord::m_PropArray