dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleLogicalTransaction Class / GetOutcome Method / GetOutcome() Method

In This Topic
GetOutcome() Method
In This Topic
Retrieves the transaction status from the server and retrieves the necessary information for filling the Committed and UserCallCompleted properties.
Syntax
'Declaration
 
Public Overloads Sub GetOutcome() 
 
Remarks

See OracleLogicalTransaction for the example of using this method.

This method uses a cloned OracleConnection, from which the current object is obtained. The OracleConnectionStringBuilder.Pooling connection string parameter is set to false for the used connection, and this connection is closed and disposed after the necessary information is retrieved. Subsequent calls to this method won't cause an additional round-trip to the database server.

See Also