 | BcfTransactionBuilderTriggersEnabled Property |
Gets or sets a value indicating whether the transaction should enable triggers.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic bool TriggersEnabled { get; set; }Public Property TriggersEnabled As Boolean
Get
Set
Property Value
Type:
Boolean if the transaction enables triggers; otherwise,
.
See Also