BcfTransactionEnterDumbMode Method |
[This is preliminary documentation and is subject to change.]
Sets all computed cells and faults to 'must recompute' and disables observing data until next call of Compute(Boolean) (implicit when main-transaction commits).
Call EnterDumbMode when load data into an empty BcfDataSet to speed up loading or if you want to force complete recalculation.
Namespace: CalculationWorks.BusinessModel
| Exception | Condition |
|---|---|
| InvalidOperationException | IsCurrent is false |
myDataSet.BeginTransaction().EnterDumbMode().Commit();