'Declaration Public Enum AggregateFunction Inherits System.Enum
public enum AggregateFunction : System.Enum
'Declaration Public Enum AggregateFunction Inherits System.Enum
public enum AggregateFunction : System.Enum
Member | Description |
---|---|
Aggregate | Returns an aggregate defined by the data provider |
AggregateIf | Determines the AggregateIf value for a list of facts |
Avg | Uses Sum+Count to calculate average |
Count | Counts non-null values for each record in a list of facts |
CountDistinct | Counts based on distinct values of an expression for each record in a list of Facts |
CountRows | Counts all records |
DistinctSum | Determines the DistinctSum value for a list of facts |
Empty | Specifies non aggregate function |
First | |
Last | |
Max | Max of all values in a list of facts |
Median | Determines the median value for a list of facts |
Min | Min of all values in a list of facts |
Mode | Determines the mode value for a list of facts |
StDev | Borrows from Var (Square Root of Var) |
StDevP | Borrows from VarP (Square Root of VarP) |
Sum | Calculates sum of non-null values for each record in a list of facts |
ToArray | |
Var | Borrows from SumSquare, Sum, & Count |
VarP | Borrows from SumSquare, Sum, & Count |
System.Object
System.ValueType
System.Enum
GrapeCity.Enterprise.Data.DataEngine.Aggregates.AggregateFunction