The following tables list the members exposed by ClientTransaction.
Public Properties
Public Methods
| Name | Description |
| Commit | Commits the transaction if it was not committed before. Commits changes that were made while this transaction's scope was open. |
| Dispose | Disposes of the ClientTransaction. |
| Rollback | Rolls back the transaction. |
| Scope | Opens the transaction scope. |
| ScopeDataContext | Wraps an object so the transaction scope is automatically opened when a value is being assigned to a property of the wrapped object. |
Top
Public Events
| Name | Description |
| PropertyChanged | Occurs when a property value changes, after it has been changed. |
Top
See Also