 | 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
Syntaxpublic bool EnforceConstraints { get; set; }Public Property EnforceConstraints As Boolean
Get
Set
Property Value
Type:
Booleantrue if the transaction should enforce key- and relation-constraints after each operation; otherwise,
false.
See Also