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
QueryableAggregateFunction
|
Count
Represents Count aggregate operation.
Declaration
public const QueryableAggregateFunction Count
Field Value
QueryableAggregateFunction
|
Max
Represents Max aggregate operation.
Declaration
public const QueryableAggregateFunction Max
Field Value
QueryableAggregateFunction
|
Min
Represents Mix aggregate operation.
Declaration
public const QueryableAggregateFunction Min
Field Value
QueryableAggregateFunction
|
Sum
Represents Sum aggregate operation.
Declaration
public const QueryableAggregateFunction Sum
Field Value
QueryableAggregateFunction
|
value__
Declaration
public int value__
Field Value
System.Int32
|