BcfRuleInvalidate Method |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
| Exception | Condition |
|---|---|
| ArgumentNullException | row is null. |
| 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.