Click or drag to resize

BcfTransactionMustRollback Property

Gets a value indicating whether the transaction caused an invalid state and must be rolled back.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool MustRollback { get; }

Property Value

Type: Boolean
when transaction must be rolled back; otherwise .
Remarks

MustRollback becomes when MicroTransactionMode is Disabled and a composite atomic action - typically relation operations - fails.

See Also