Click or drag to resize
IAggregateFunctionsProvider Interface
Defines property for collection of AggregateFunction. Used by the expression data engine to create aggregates for a given group.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public interface IAggregateFunctionsProvider

The IAggregateFunctionsProvider type exposes the following members.

Properties
  NameDescription
Public propertyAggregateFunctions
Gets the aggregate functions used when grouping is executed.
Top
See Also