Click or drag to resize
AggregateFunctionsGroup Class
Represents group with aggregate functions.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.DataGroup
    Kettic.AspNet.DataAggregateFunctionsGroup

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class AggregateFunctionsGroup : Group

The AggregateFunctionsGroup type exposes the following members.

Constructors
  NameDescription
Public methodAggregateFunctionsGroup
Top
Methods
  NameDescription
Public methodGetAggregateResults
Gets the aggregate results generated for the given aggregate functions.
Top
Properties
  NameDescription
Public propertyAggregateFunctionsProjection
Gets or sets the aggregate functions projection for this group. This projection is used to generate aggregate functions results for this group.
Top
See Also