 | 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
Syntaxpublic bool IsAlive { get; }Public ReadOnly Property IsAlive As Boolean
Get
Property Value
Type:
Boolean if this instance is alive; otherwise,
.
RemarksReferences to rows with IsAlive == false are probably memory leaks.
See Also