Gets the AggregateFunction with the specified function name.
Definition
Namespace:Telerik.DataSource
Assembly:Telerik.DataSource.dll
Syntax:
C#
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
C#
public AggregateFunctionCollection()
Properties
Gets the AggregateFunction with the specified function name.
C#
public AggregateFunction this[string functionName] { get; }
First AggregateFunction with the specified function name if any, otherwise null.