DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / AggregateType Enumeration

In This Topic
    AggregateType Enumeration
    In This Topic
    Defines the type of the aggregate function expression.
    Syntax
    'Declaration
     
    Public Enum AggregateType 
       Inherits System.Enum
    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.DataFilter.AggregateType

    See Also