IDbTransaction Members

Include Protected Members
Include Inherited Members

Represents a transaction to be performed at a data source.

The IDbTransaction type exposes the following members.

Methods

  Name Description
Public method Commit() Commits the database transaction.
Public method Dispose() (Inherited from IDisposable.)
Public method Rollback() Rolls back a transaction from a pending state.

Top