Click or drag to resize

BcfTransactionGetOutdatedValueCells Method

Gets the cells identified as outdated by change tracking (IsOutdated). The result will NOT contain cells of optimizer generated columns. The RowState of cells may differ from Valid.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public IEnumerable<BcfCell> GetOutdatedValueCells()

Return Value

Type: IEnumerableBcfCell
The cells identified as outdated by change tracking.
See Also