The assignment operator copies the CCeDBProp object's m_CePropVal data member. If the property being copied is a string or a BLOB, the CCeDBProp object to which its value is being assigned makes a copy of the pointer to the string or data buffer belonging to the other property, but does not own it. The memory is not released when the CCeDBProp object to which it is assigned is destroyed.
CCeDBProp& operator=( const CCeDBProp& prop );
Header file: | Wcedb.h |
Platforms: | |
Versions: | 2.0 and later |
CCeDBProp Overview, CCeDBProp Operators, Windows CE Database Classes, CCeDBProp::m_CePropVal