Click or drag to resize

BcfTableSetupShouldPersist Property

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

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

Namespace:  CalculationWorks.BusinessModel.Design
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public bool ShouldPersist { get; set; }

Property Value

Type: Boolean
true if the column values should be persisted; otherwise, false.
Remarks
Default value is true. BCF-Editor sets the value to false if disabled on table level (see: Table: Settings).
See Also