Click or drag to resize

BcfTransactionSetEnforceConstraints Method

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

Sets a value indicating whether constraints will be enforced or not.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public BcfTransaction SetEnforceConstraints(
	bool enforce
)

Parameters

enforce
Type: SystemBoolean
if set to true constraints will be enforced.

Return Value

Type: BcfTransaction
This.
Exceptions
See Also