Click or drag to resize
CalculationWorks Logo
BcfRowIsAlive Method
Determines whether this instance is referenced.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public bool IsAlive()

Return Value

Type: Boolean
true if this instance is alive; otherwise, false.
Remarks

If DataSet.Behavior.CleanupOptions.Cleanup is set to false IsAlive will always return true.

A deleted row will be alive until the deleting transaction will be removed from undo stack.

To perform custom cleanup tasks override OnDiscard

Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also