BcfRowDelete Method |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
| Exception | Condition |
|---|---|
| InvalidOperationException | RowState is not Valid or Deleted orBcfDataSet is Locked. |
| BcfUpdateException | See BcfUpdateException. |
The method is not called when row is deleted via delete cascade. If you want to perform cleanup tasks override OnDiscard.
If you want to delete more than one row consider using DeleteRows(IEnumerableBcfRow).