Click or drag to resize
AggregateResultCollection Class
Represents a collection of AggregateResult items.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionAggregateResult
    Kettic.AspNet.DataAggregateResultCollection

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 AggregateResultCollection : Collection<AggregateResult>

The AggregateResultCollection type exposes the following members.

Constructors
  NameDescription
Public methodAggregateResultCollection
Top
Properties
  NameDescription
Public propertyItem
Gets the first AggregateResult which FunctionName is equal to functionName.
Top
See Also