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-beta6
Syntax
public abstract 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.
Version Information

BCF

Supported in: 4.0
See Also