ClassAggregateResultCollection
Class
Represents a collection of AggregateResult items.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
cs-api-definition
public class AggregateResultCollection : RadObservableCollection<AggregateResult>, IList<AggregateResult>, ICollection<AggregateResult>, IList, ICollection, IReadOnlyList<AggregateResult>, IReadOnlyCollection<AggregateResult>, IEnumerable<AggregateResult>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications
Inheritance: objectCollection<AggregateResult>ObservableCollection<AggregateResult>RadObservableCollection<AggregateResult>AggregateResultCollection
Implements:
Inherited Members
Constructors
AggregateResultCollection()
Declaration
cs-api-definition
public AggregateResultCollection()
Properties
this[string]
Gets the first AggregateResult which
FunctionName is equal to functionName.
Declaration
cs-api-definition
public AggregateResult this[string functionName] { get; }
Parameters
functionName
Property Value
The AggregateResult for the specified function if any, otherwise null.