Class QueryableAggregateFunction
Represents a aggregation operation for QueryableDataProvider.
Inheritance
System.Object
QueryableAggregateFunction
Namespace: Telerik.Pivot.Queryable
Assembly: Telerik.Pivot.DataProviders.Queryable.dll
Syntax
public sealed class QueryableAggregateFunction : Enum
Fields
Average
Represents Average aggregate operation.
Declaration
public const QueryableAggregateFunction Average
Field Value
Count
Represents Count aggregate operation.
Declaration
public const QueryableAggregateFunction Count
Field Value
Max
Represents Max aggregate operation.
Declaration
public const QueryableAggregateFunction Max
Field Value
Min
Represents Mix aggregate operation.
Declaration
public const QueryableAggregateFunction Min
Field Value
Sum
Represents Sum aggregate operation.
Declaration
public const QueryableAggregateFunction Sum
Field Value
value__
Declaration
public int value__
Field Value
System.
|