Click or drag to resize

BcfTransactionBuilderEnforceConstraints Property

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

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.0.0-beta7
Syntax
public bool EnforceConstraints { get; set; }

Property Value

Type: Boolean
true if the transaction should enforce key- and relation-constraints after each operation; otherwise, false.
See Also