 | 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
Syntaxpublic bool IsOptimizerColumn { get; }Public ReadOnly Property IsOptimizerColumn As Boolean
Get
Return Value
Type:
BooleanA value indicating whether this column is created by optimizer or not.
Remarks
Columns added by optimizer are computed and excluded from undo.
See Also