 | BcfTransactionBuilderEnforceConstraints Property |
Gets or sets a value indicating whether the transaction should enforce key- and relation-constraints after each operation.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic bool EnforceConstraints { get; set; }Public Property EnforceConstraints As Boolean
Get
Set
Property Value
Type:
Boolean if the transaction should enforce key- and relation-constraints after each operation; otherwise,
.
See Also