 | BcfRowIsAlive Property |
[This is preliminary documentation and is subject to change.]
Gets a value indicating whether this instance is in use.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic bool IsAlive { get; }Public ReadOnly Property IsAlive As Boolean
Get
Property Value
Type:
Booleantrue if this instance is alive; otherwise,
false.
RemarksReferences to rows with IsAlive == false are probably memory leaks.
Version InformationBCF
Supported in: 4.0
See Also