BcfDataSetBeginTransaction Method (String, NullableBoolean) |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
public BcfTransaction BeginTransaction( string name = null, Nullable<bool> enforceConstraints = null )
| Exception | Condition |
|---|---|
| InvalidOperationException | BcfDataSet is Locked. |
| ObjectDisposedException | This instance is disposed. |
| BcfUpdateException | When enforceConstraints is true and CurrentTransaction is not null and its EnforceConstraints is false and constraints can not be enforced. |