 | BcfColumnIsOptimizerColumn Property |
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.2.0
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