Class AggregateFunctionCollection
Gets the AggregateFunction with the specified function name.
Inheritance
System.Object
AggregateFunctionCollection
Namespace: Telerik.DataSource
Assembly: Telerik.DataSource.dll
Syntax
public class AggregateFunctionCollection : Collection<AggregateFunction>
Constructors
AggregateFunctionCollection()
Declaration
public AggregateFunctionCollection()
Properties
Item[String]
Gets the AggregateFunction with the specified function name.
Declaration
public AggregateFunction this[string functionName] { get; }
Parameters
System.String
functionName
|
Property Value
AggregateFunction
First AggregateFunction with the specified function name if any, otherwise null. |