Class Aggregate
Defines the members of the aggregate.
Inheritance
System.Object
Aggregate
Namespace: Syncfusion.Blazor.Data
Assembly: Syncfusion.Blazor.dll
Syntax
public class Aggregate : Object
Constructors
Aggregate()
Declaration
public Aggregate()
Properties
Field
Specifies the field name.
Declaration
public string Field { get; set; }
Property Value
Type |
---|
System.String |
Type
Specifies the aggregate type.
Declaration
public string Type { get; set; }
Property Value
Type |
---|
System.String |