Enum ComputationMode
Indicates how computation is performed.
Namespace: DevZest.Data.Annotations
Assembly: DevZest.Data.dll
Syntax
public enum ComputationMode
Fields
Name | Description |
---|---|
Aggregate | Computation is performed bottom-up. |
Inherit | Computation is performed top-down. |