Retrieves the transaction programming model that the collaboration object uses for any connection it obtains.
Returns a boolean value to indicate the transaction programming model to be used in all database connections.
The Implicit DB Bracketing function block returns a boolean value to indicate which transaction programming model the collaboration object assumes is used by all connections that it obtains. This function block is useful before obtaining a connection to see whether the current transaction programming model is appropriate for that connection.
This function block is based on the BaseCollaboration.implicitDBTransactionBracketing() method. For more information, see implicitDBTransactionBracketing().