Enum EvaluationBehavior
- Namespace
- TabularEditor.TOMWrapper
- Assembly
- TOMWrapper.dll
Evaluation behavior for calculated column.
public enum EvaluationBehavior
Fields
Name | Description |
---|---|
Automatic | Default value, used for backward compatibility. |
Dynamic | Evaluation is performed dynamically and the result is not materialized. |
Static | Evaluation is performed during processing and the result is materialized. Applies only for Import mode. |
Remarks
This enum is only supported when the compatibility level of the database is at Preview or above.