Click or drag to resize

BcfTransactionGetOutdatedFaultIds Method

Gets the faults identified as outdated by change tracking (IsOutdated). The RowState of cells may differ from Valid.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public IEnumerable<BcfFaultId> GetOutdatedFaultIds()

Return Value

Type: IEnumerableBcfFaultId
The faults identified as outdated by change tracking.
See Also