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