Click or drag to resize

BcfMicroTransactionMode Enumeration

[This is preliminary documentation and is subject to change.]

Micro transaction enumeration.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public enum BcfMicroTransactionMode
Members
  Member nameValueDescription
Subtransaction0 Create a subtransaction for each operation.
Rewind1 Use CurrentTransaction for atomic operations but ensures - in case of error - to rewind the transactions state to the state before the atomic operation started. Only BcfTriggerTs will be executed in subtransactions.
Disabled2 Use CurrentTransaction for atomic operations. In case of error the entire transaction has be rolled back.
See Also