Click or drag to resize
CalculationWorks Logo
BcfTransactionBuilderAutoRollback Property

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public bool AutoRollback { get; set; }

Property Value

Type: Boolean
true if automatic rollback; otherwise, false.
Remarks
Implicit created transactions will enforce auto rollback EnforceAutoRollback.
See Also