CCeDBProp::operator =

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.

Syntax

CCeDBProp& operator=( const CCeDBProp& prop );

At a Glance

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

Parameters

prop
The CCeDBProp object being copied.

See Also

CCeDBProp Overview, CCeDBProp Operators, Windows CE Database Classes, CCeDBProp::m_CePropVal