The SubTransaction type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Commit | Commits all changes made to the model made during the sub-transaction. | |
| Dispose | ||
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetStatus | Returns the current status of the sub-transaction. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| HasEnded | Determines whether the sub-transaction has ended already. | |
| HasStarted | Determines whether the sub-transaction has been started yet. | |
| RollBack | Discards all changes made to the model during the sub-transaction. | |
| Start | Starts the sub-transaction. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
