Click or drag to resize

BcfTransactionMustRollback Property

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

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.0.0-beta7
Syntax
public bool MustRollback { get; }

Property Value

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

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

See Also