Click or drag to resize

BcfTransactionHasOutdatedValueCells Property

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

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

Return Value

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