C1.Data.Transactions Namespace : ClientTransaction Class |
For a list of all members of this type, see ClientTransaction members.
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. |