DataSource :: clientCreated - Client handle created
The property indicates, that the client handle has been created when opening the data source and is owned by the data source.
Return value: Success ( bool )
The value is true when the function was executed successfully. Otherwise the value is set to false.
Implementation details
bool
DataSource  :: clientCreated (  )
When the data source is referring to the main client or to a client passed to the open function, the property is set to false. When the main client or the client passed refer to different connection, a new client owned by the data source will be created and this property returns true.