 |
| BcfTransactionBuilderEnforceAutoRollback Property |
Gets a value indicating whether automatic rollback will be enforced.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic bool EnforceAutoRollback { get; }Public ReadOnly Property EnforceAutoRollback As Boolean
Get
public:
property bool EnforceAutoRollback {
bool get ();
}member EnforceAutoRollback : bool with get
Property Value
Type:
Booleantrue if automatic rollback will be enforced; otherwise,
false.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0, 2.1, 2.0
See Also