Click or drag to resize

BcfColumnShouldPersist Property

[This is preliminary documentation and is subject to change.]

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.0.0-beta7
Syntax
public bool ShouldPersist { get; }

Property Value

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

The value is defined in ShouldPersist.

When true cell updates will cause transaction to renew CurrentDataStateId.

See Also