 | 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
Syntaxpublic IEnumerable<BcfCell> GetOutdatedValueCells()
Public Function GetOutdatedValueCells As IEnumerable(Of BcfCell)
Return Value
Type:
IEnumerableBcfCellThe cells identified as outdated by change tracking.
See Also