Enum EvaluationBehavior
Evaluation behavior for calculated column.
Namespace: TabularEditor.TOMWrapper
Assembly: TOMWrapper.dll
Syntax
public enum EvaluationBehavior
Remarks
This enum is only supported when the compatibility level of the database is at Preview or above.
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. |