| BcfTransactionEnterDumbMode Method | |
Sets all computed cells and validations to 'must recompute' and disables the internal change tracking until next call of Compute (implicit by BeginSubTransaction or Commit) or Rollback. When DumbMode ends all computed cells and validations will be recomputed.
Very useful when loading data into an empty BcfDataSet.
Namespace: CalculationWorks.BusinessModel
| Exception | Condition |
|---|---|
| InvalidOperationException | IsCurrent is false ordataset is Locked; e.g. BcfDataSet is just switching the CurrentTransaction or is undoing/redoing or calculating. |