Class AggregateResultCollection
Represents a collection of AggregateResult items.
Inherited Members
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public class AggregateResultCollection : RadObservableCollection<AggregateResult>, ISuspendNotifications, INotifyCollectionStateProvider
Constructors
AggregateResultCollection()
Declaration
public AggregateResultCollection()
Properties
Item[String]
Gets the first AggregateResult which
FunctionName is equal to functionName
.
Declaration
public AggregateResult this[string functionName] { get; }
Parameters
System.String
functionName
|
Property Value
AggregateResult
The AggregateResult for the specified function if any, otherwise null. |
Methods
ToString()
Declaration
public override string ToString()
Returns
System.String
|