TransactionMode Enumeration |
Namespace: SanteDB.Core.Services
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Inherit the persistence mode from a parent context | |
| Rollback | 1 | Debug mode, this means nothing is actually committed to the database | |
| Commit | 2 | Production, everything is for reals |