6.25.1 OracleTransaction Members

OracleTransaction members are listed in the following tables.

OracleTransaction Static Methods

The OracleTransaction static method is listed in Table 6-138.

Table 6-138 OracleTransaction Static Method

Method Description

Equals

Inherited from System.Object (Overloaded)

OracleTransaction Properties

OracleTransaction properties are listed in Table 6-139.

Table 6-139 OracleTransaction Properties

Property Description

IsolationLevel

Specifies the isolation level for the transaction

Connection

Specifies the connection that is associated with the transaction

OracleTransaction Public Methods

OracleTransaction public methods are listed in Table 6-140.

Table 6-140 OracleTransaction Public Methods

Public Method Description

Commit

Commits the database transaction

CreateObjRef

Inherited from System.MarshalByRefObject

Dispose

Frees the resources used by the OracleTransaction object

Equals

Inherited from System.Object (Overloaded)

GetHashCode

Inherited from System.Object

GetLifetimeService

Inherited from System.MarshalByRefObject

GetType

Inherited from System.Object

InitializeLifetimeService

Inherited from System.MarshalByRefObject

Rollback

Rolls back a database transaction (Overloaded)

Save

Creates a savepoint within the current transaction

ToString

Inherited from System.Object