Click or drag to resize

BcfColumnIsOptimizerColumn Property

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

Gets a value indicating whether this column is created by optimizer or not.

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

Return Value

Type: Boolean
A value indicating whether this column is created by optimizer or not.
Remarks
Columns added by optimizer are computed and excluded from undo.
See Also