 | 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-beta6
Syntaxpublic bool AllowOptimize { get; set; }Public Property AllowOptimize As Boolean
Get
Set
Property Value
Type:
Booleantrue if dataset may add columns to optimize parameter access; otherwise,
false.
Remarks
Columns added by optimizer are computed and excluded from undo.
Version InformationBCF
Supported in: 4.0
See Also