Click or drag to resize

BcfTransactionBuilderTriggersEnabled Property

[This is preliminary documentation and is subject to change.]

Gets or sets a value indicating whether the transaction should enable triggers.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public bool TriggersEnabled { get; set; }

Property Value

Type: Boolean
true if the transaction enables triggers; otherwise, false.
See Also