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

GetOutcome() Method
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also