Click or drag to resize

TransactionMode Enumeration

Data persistence transaction control modes

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public enum TransactionMode
Members
Member nameValueDescription
None0 Inherit the persistence mode from a parent context
Rollback1 The operation is a test only - rollback any changes
Commit2 The operation should be committed to the datastore
Remarks
This enumeration is used on method which add, update or delete data in the database to control the transactional finalization of the request
See Also