 | BcfTableSetupShouldPersist Property |
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.2.0
Syntaxpublic bool ShouldPersist { get; set; }Public Property ShouldPersist As Boolean
Get
Set
Property Value
Type:
Boolean if the column values should be persisted; otherwise,
.
Remarks
Default value is
.
BCF-Editor sets the value to
if disabled on table level (see:
Table: Settings).
See Also