 | BcfDataSetSetupAllowOptimize Property |
Gets or sets a value indicating whether dataset may add columns to optimize parameter access. Default is .
Namespace:
CalculationWorks.BusinessModel.Design
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntaxpublic bool AllowOptimize { get; set; }Public Property AllowOptimize As Boolean
Get
Set
Property Value
Type:
Boolean if dataset may add columns to optimize parameter access; otherwise,
.
Remarks
Columns added by optimizer are computed and excluded from undo.
See Also