The following tables list the members exposed by ITransaction.
Public Properties
| Name | Description |
| HasChanges | Gets a value indicating whether any changes were made in the scope of this transaction. |
| State | Gets the current state of the transaction. |
Top
Public Methods
| Name | Description |
| Commit | Commits changes that were made while this transaction's scope was open. |
| Dispose | (Inherited from System.IDisposable) |
| Rollback | Rolls back changes that were made while this transaction's scope was open. |
| Scope | Opens a transaction scope. |
Top
See Also