WinUI | ComponentOne
C1.WinUI.DataFilter Assembly / C1.WinUI.DataFilter Namespace / AggregateType Enumeration
In This Topic
    AggregateType Enumeration
    In This Topic
    Defines the type of the aggregate function expression.
    Syntax
    public enum AggregateType : System.Enum 
    Members
    MemberDescription
    CountCount of items in the collection.
    MaxMaximum item in collection.
    MinMinimum item in collection.
    NoneNone.
    SumSum of items in the collection.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.DataFilter.AggregateType

    See Also