BcfTransactionBeginSubTransaction Method (String, NullableBoolean) |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
public BcfTransaction BeginSubTransaction( string name = null, Nullable<bool> enforceConstraints = null )
| Exception | Condition |
|---|---|
| InvalidOperationException | IsCurrent is false or |
| BcfUpdateException | When enforceConstraints is true and EnforceConstraints is false and constraints can not be enforced. |