Click or drag to resize
AggregateFunction Class
Represents the basic class that supports creating functions that provide statistical information about a set of items.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.DataAggregateFunction

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

The AggregateFunction type exposes the following members.

Methods
  NameDescription
Public methodCreateAggregateExpression
Creates the aggregate expression that is used for constructing expression tree that will calculate the aggregate result.
Top
Properties
  NameDescription
Public propertyCaption
Gets or sets the informative message to display as an illustration of the aggregate function.
Public propertyFunctionName
Gets or sets the name of the aggregate function, which appears as a property of the group record on which records the function works.
Public propertyResultFormatString
Gets or sets a string that is used to format the result value.
Top
See Also