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