 |
BcfRowIsAlive Method |
Determines whether this instance is referenced.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
SyntaxPublic Function IsAlive As Boolean
member IsAlive : unit -> bool
Return Value
Type:
Booleantrue if this instance is alive; otherwise,
false.
RemarksIf 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 InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also