 | 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
Syntaxpublic bool MustRollback { get; }Public ReadOnly Property MustRollback As Boolean
Get
Property Value
Type:
Boolean when transaction must be rolled back; otherwise
.
Remarks
See Also