Click or drag to resize

BcfTransactionEnforceConstraints Property

Gets a value indicating whether unique-key, foreign-key and relation constraints will be enforced after each update or not.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool EnforceConstraints { get; }

Property Value

Type: Boolean
if constraints will be enforced after each update, otherwise.
Remarks

If EnforceConstraints is the constraints will be enforced before calculating or when main-transaction commits.

Default value is defined in TransactionFactory.EnforceConstraints. Subtransactions inherits the setting from its parent-transaction - except it is explicit specified.

See Also