 | 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
Syntaxpublic bool HasOutdatedOptimizerCells { get; }Public ReadOnly Property HasOutdatedOptimizerCells As Boolean
Get
Return Value
Type:
Boolean if this instance is datasets
CurrentTransaction and has outdated cells of optimizer columns; otherwise,
.
See Also