Click or drag to resize

BcfRowIsAlive Property

Gets a value indicating whether this instance is in use.

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

Property Value

Type: Boolean
if this instance is alive; otherwise, .
Remarks
References to rows with IsAlive == false are probably memory leaks.
See Also