Click or drag to resize

TransactionMode Enumeration

Data persistence modes

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public enum TransactionMode
Members
  Member nameValueDescription
None0 Inherit the persistence mode from a parent context
Rollback1 Debug mode, this means nothing is actually committed to the database
Commit2 Production, everything is for reals
See Also