dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTransaction Class
Properties Methods Events

In This Topic
    OracleTransaction Class Members
    In This Topic

    The following tables list the members exposed by OracleTransaction.

    Public Properties
     NameDescription
    Public PropertyGets the OracleConnection object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.  
    Public PropertySpecifies the System.Data.IsolationLevel for this transaction. (Inherited from Devart.Common.DbTransactionBase)
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Commits the database transaction.  
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.Data.Common.DbTransaction)
    Public Method (Inherited from System.MarshalByRefObject)
    Public Method (Inherited from System.MarshalByRefObject)
    Public MethodOverloaded. Overridden. Rollback rolls back a database transaction.  
    Public MethodCreates a savepoint within the current transaction.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the state of the transaction is changed. (Inherited from Devart.Common.DbTransactionBase)
    Public EventOccurs when the state of the transaction is changing. (Inherited from Devart.Common.DbTransactionBase)
    Top
    See Also