 |
| BcfTransactionBuilderEnforceKeyConstraints Property |
Gets or sets a value indicating whether key constraints will be enforced.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic bool EnforceKeyConstraints { get; set; }Public Property EnforceKeyConstraints As Boolean
Get
Set
public:
property bool EnforceKeyConstraints {
bool get ();
void set (bool value);
}member EnforceKeyConstraints : bool with get, set
Property Value
Type:
Booleantrue if key constraints will be enforced; otherwise,
false.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also