Click or drag to resize

BcfTransactionHasOutdatedOptimizerCells Property

Gets a value indicating whether this instance has outdated cells of optimizer columns. If RecalculateAllOptimizers is true the property will also return true, even when there are no rows with computed optimizer cells in dataset.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public bool HasOutdatedOptimizerCells { get; }

Return Value

Type: Boolean
if this instance is datasets CurrentTransaction and has outdated cells of optimizer columns; otherwise, .
See Also