'宣言 Public Enum AggregateCalculateModeEnum Inherits System.Enum
'使用法 Dim instance As AggregateCalculateModeEnum
public enum AggregateCalculateModeEnum : System.Enum
'宣言 Public Enum AggregateCalculateModeEnum Inherits System.Enum
'使用法 Dim instance As AggregateCalculateModeEnum
public enum AggregateCalculateModeEnum : System.Enum
メンバ | 解説 |
---|---|
Recursive | Indicates that an aggregate should be calculated recursively, i.e. over all data in the current instance of the given scope, and over all descendant instances of the current instance. |
Simple | Indicates that an aggregate should be calculated just over the specified datasource. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.DataBinding.AggregateCalculateModeEnum