dotConnect for Oracle Documentation
Devart.Common Namespace / DbTransactionBase Class
Properties Methods Events

In This Topic
    DbTransactionBase Class Members
    In This Topic

    The following tables list the members exposed by DbTransactionBase.

    Public Properties
     NameDescription
    Public PropertySpecifies the System.Data.Common.DbConnection object associated with the transaction. (Inherited from System.Data.Common.DbTransaction)
    Public PropertyOverridden. Specifies the System.Data.IsolationLevel for the transaction.  
    Top
    Public Methods
     NameDescription
    Public MethodCommits the database transaction. (Inherited from System.Data.Common.DbTransaction)
    Public MethodCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
    Public MethodReleases the unmanaged resources used by the System.Data.Common.DbTransaction. (Inherited from System.Data.Common.DbTransaction)
    Public MethodRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
    Public MethodRolls back a transaction from a pending state. (Inherited from System.Data.Common.DbTransaction)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the state of the transaction is changed.  
    Public EventOccurs when the state of the transaction is changing.  
    Top
    See Also