Search Results for

    Show / Hide Table of Contents

    Enum AggregateFunction

    Defines an enum for the six different aggregate function types

    Namespace: TimeCockpit.Data.QueryLanguage
    Assembly: TimeCockpit.Data.dll
    Syntax
    public enum AggregateFunction

    Fields

    Name Description
    Average

    Represents the Avg aggregation function

    Count

    Represents the Count aggregation function

    CountDistinct

    Represents the CountDistinct function

    Max

    Represents the Max aggregation function

    Min

    Represents the Min aggregation function

    Sum

    Represents the Sum aggragation function

    In This Article
    Back to top Copyright © 2020 software architects gmbh