Click or drag to resize

BcfTableShouldPersist Property

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

Gets a value indicating whether the rows 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 rows should be persisted; otherwise, false.
Remarks
The value is defined in ShouldPersist.
See Also