DataSource :: assign - Assign data source handle
The function assigns the passed data source handle to the current data source handle. The function is also called, when using the operator= in C++ or OSI functions.
Return value: Data source definition ( odaba::DataSource & )
The data source handle provides definitions for external and internal resources (resource names and opened resource handles)
Implementation details
odaba::DataSource &
DataSource  :: assign ( odaba::DataSource &cDataSource )
The function copies the settings any handle opened in the passed data source. The data source handle refers to the same data source object as being passed in cDataSource, but the data source object reference count will be increased.
- cDataSource
- Data source definition
The data source handle provides definitions for external and internal resources (resource names and opened resource handles)