ClassAggregateResultCollection
Class
Gets the first AggregateResult which
FunctionName is equal to functionName
.
Definition
Namespace:Telerik.DataSource
Assembly:Telerik.DataSource.dll
Syntax:
cs-api-definition
public class AggregateResultCollection : Collection<AggregateResult>, IList<AggregateResult>, ICollection<AggregateResult>, IList, ICollection, IReadOnlyList<AggregateResult>, IReadOnlyCollection<AggregateResult>, IEnumerable<AggregateResult>, IEnumerable
Inheritance: objectCollection<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.