New to Telerik UI for BlazorStart a free 30-day trial

Describes an aggregate.

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

C#
public class AggregateDescriptor

Inheritance: objectAggregateDescriptor

Constructors

C#
public AggregateDescriptor()

Properties

A list of the aggregation functions.

C#
public ICollection<AggregateFunction> Aggregates { get; set; }

The field over which aggregation is performed.

C#
public string Member { get; set; }

Methods

for internal use

C#
public void Deserialize(string source)
Parameters:sourcestring

for internal use

C#
public string Serialize()
Returns:

string