Show / Hide Table of Contents

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.

Extension Methods

ColumnExtensions.WithDefaultValue<ComputationMode, TValue>(TValue, String, String)
ColumnExtensions.WithValueComparer<ComputationMode, TValue>(IComparer<TValue>)
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest