Class AggregateResultCollection
Gets the first AggregateResult which
FunctionName is equal to functionName
.
Inheritance
System.Object
AggregateResultCollection
Namespace: Telerik.DataSource
Assembly: Telerik.DataSource.dll
Syntax
public class AggregateResultCollection : Collection<AggregateResult>
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. |