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. Maps to Static or Dynamic depending on the table properties. |
| Dynamic | Evaluation is performed dynamically and the result is not materialized. |
| Static | Evaluation is performed during processing and the result is materialized. |
Remarks
This enum is only supported when the compatibility level of the database is at Preview or above.