Click or drag to resize

BcfDataSetSetupAllowOptimize Property

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

Gets or sets a value indicating whether dataset may add columns to optimize parameter access. Default is true.

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

Property Value

Type: Boolean
true if dataset may add columns to optimize parameter access; otherwise, false.
Remarks
Columns added by optimizer are computed and excluded from undo.
See Also