BcfRowLoad Method |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
public void Load( BcfRow sourceRow, Func<BcfColumn, bool> columnPredicate = null, bool pragmaticNull = false )
| Exception | Condition |
|---|---|
| ArgumentNullException | sourceRow is null. |
| InvalidOperationException | BcfDataSet is Locked |
| BcfUpdateException | See exception for the reason. |
The updates will be performed in order of column-index (lowest first).
When updating a row with RowState==Valid - triggers will be invoked.