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 | |
---|---|---|
Commit() | Commits the database transaction. | |
Dispose() | (Inherited from IDisposable.) | |
Rollback() | Rolls back a transaction from a pending state. |
Top