DataSource :: inTransaction - Transaction opened for data source
The option indicates, that a transaction is still opened for the data source. In order to terminate a database request properly, data source transactions should be terminated.
Notes:
In contrast to object space transactions, data source transactions cannot be nestet.
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  :: inTransaction (  )
The function returns true, when a data source transaction has been started and false otherwise.

