dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Transaction Class
Properties Methods Events

DB2Transaction Class Members

The following tables list the members exposed by DB2Transaction.

Public Properties
 NameDescription
Public PropertyGets the DB2Connection object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.  
Public PropertyOverridden. Specifies the System.Data.IsolationLevel for this transaction.  
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 MethodRemoves the specified savepoint and any savepoints that were created after it from the current transaction.  
Public MethodOverloaded. Overridden. Rolls back a database transaction.  
Public MethodSets a transaction save point within a 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