DBObjectHandle :: operator= - Assigning a database object handle
The function will close the database object handle, when it is opened. The access block from the passed database object handle is associated with the current handle increasing the use count by 1.
Return value: Database Object handle ( ACObject * )
Implementation details
DBObjectHandle &
DBObjectHandle  :: operator= ( DBObjectHandle &obhandle_refc )
- obhandle_refc
- Constant reference to database object handle
The reference refers to an opened or not opened database object handle.