Click or drag to resize

BcfColumnShouldPersist Property

Gets a value indicating whether the column values should be persisted when saving data.

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

Property Value

Type: Boolean
if the column values should be persisted; otherwise, .
Remarks

The value is defined in ShouldPersist.

When true cell updates will cause transaction to renew CurrentDataStateId.

See Also