 |
| BcfTransactionBuilderAutoRollback Property |
Gets or sets a value indicating whether the transaction will automatic
Rollback when
Commit fails. Default is
true.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic bool AutoRollback { get; set; }Public Property AutoRollback As Boolean
Get
Set
Property Value
Type:
Booleantrue if automatic rollback; otherwise,
false.
Remarks
See Also