Click or drag to resize

BcfTableShouldPersist Property

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

Property Value

Type: Boolean
if the rows should be persisted; otherwise, .
Remarks
The value is defined in ShouldPersist.
See Also