 | BcfTransactionGetOutdatedOptimizerCells Method |
Gets the cells identified as outdated by change tracking (
IsOutdated). The result will ONLY 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> GetOutdatedOptimizerCells()
Public Function GetOutdatedOptimizerCells As IEnumerable(Of BcfCell)
Return Value
Type:
IEnumerableBcfCellThe cells identified as outdated by change tracking.
See Also