BcfRowLoad Method |
Namespace: CalculationWorks.BusinessModel
public void Load( BcfRow sourceRow, Func<BcfColumn, bool> columnPredicate = null, bool pragmaticNull = false )
| Exception | Condition |
|---|---|
| ArgumentNullException | sourceRow is . |
| 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.