[]
        
(Showing Draft Content)

C1.DataFilter.AggregateType

AggregateType Enum

Defines the type of the aggregate function expression.

Namespace: C1.DataFilter
Assembly: C1.Win.DataFilter.8.dll
Syntax
public enum AggregateType

Fields

Name Description
Count

Count of items in the collection.

Max

Maximum item in collection.

Min

Minimum item in collection.

None

None.

Sum

Sum of items in the collection.