BcfRuleInvalidate Method |
Namespace: CalculationWorks.BusinessModel
| Exception | Condition |
|---|---|
| ArgumentNullException | row is . |
| ArgumentException | or |
| BcfUpdateException | See BcfUpdateException. |
If you have to call the method on more then one BcfRow or BcfRule, you should use one BcfTransaction for best performance. Otherwise each call will begin and commit its own BcfTransaction.
To recompute everything see EnterDumbMode.