ClassAggregateDescriptor
Class
Describes an aggregate.
Definition
Namespace:Telerik.DataSource
Assembly:Telerik.DataSource.dll
Syntax:
cs-api-definition
public class AggregateDescriptor
Inheritance: objectAggregateDescriptor
Constructors
AggregateDescriptor()
Declaration
cs-api-definition
public AggregateDescriptor()
Properties
Aggregates
A list of the aggregation functions.
Declaration
cs-api-definition
public ICollection<AggregateFunction> Aggregates { get; set; }
Property Value
Methods
Deserialize(string)
for internal use