DataSource :: closeObjectSpace - Close DBObjectHandle
Usually, an opened data source has an opened object space handle, which might be explicitly closed by calling this function.
Implementation details
DataSource  :: closeObjectSpace (  )
The function closes the object handle opened for the data source. This includes closing subordinated object spaces when being opened and closing subordinated property handles opened according to settings in accessPath() or by the application.

