BcfTableLoad Method (IDictionaryString, Object, Boolean) |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
| Exception | Condition |
|---|---|
| InvalidOperationException | BcfDataSet is Locked. orupdate is true and multiple rows with matching primary keys are found. |
| BcfUpdateException | See exception for the reason. |
If update is true and a row with matching primary key is found this row will be updated; otherwise values are loaded into a new row.
The updates will be performed in order of column-index (lowest first).
When updating a row with RowState==Validtriggers will be invoked.