ClassAggregateFunctionCollection
Class
Gets the AggregateFunction with the specified function name.
Definition
Namespace:Telerik.DataSource
Assembly:Telerik.DataSource.dll
Syntax:
cs-api-definition
public class AggregateFunctionCollection : Collection<AggregateFunction>, IList<AggregateFunction>, ICollection<AggregateFunction>, IList, ICollection, IReadOnlyList<AggregateFunction>, IReadOnlyCollection<AggregateFunction>, IEnumerable<AggregateFunction>, IEnumerable
Inheritance: objectCollection<AggregateFunction>AggregateFunctionCollection
Implements:
Inherited Members
Constructors
AggregateFunctionCollection()
Declaration
cs-api-definition
public AggregateFunctionCollection()
Properties
this[string]
Gets the AggregateFunction with the specified function name.
Declaration
cs-api-definition
public AggregateFunction this[string functionName] { get; }
Parameters
functionName
Property Value
First AggregateFunction with the specified function name if any, otherwise null.