 |
BcfTransactionAutoRollback Property |
Gets or sets a value indicating whether the transaction will automatic
Rollback when
Commit fails.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic bool AutoRollback { get; }
Public ReadOnly Property AutoRollback As Boolean
Get
public:
property bool AutoRollback {
bool get ();
}
member AutoRollback : bool with get
Property Value
Type:
Booleantrue if automatic rollback; otherwise,
false.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also