Class AggregationField
Represents a field used in aggregation operations within a query builder model.
Inheritance
System.Object
AggregationField
Namespace: BoldReports.Data
Assembly: BoldReports.Web.dll
Syntax
public class AggregationField : Object
Constructors
AggregationField()
Initializes a new instance of the AggregationField class with default values.
Declaration
public AggregationField()
Properties
AggregationType
Gets or sets the type of aggregation to be performed on the field.
Declaration
public AggregationType AggregationType { get; set; }
Property Value
| Type | Description |
|---|---|
| AggregationType |
FieldName
Gets or sets the name of the field to be used in aggregation operations.
Declaration
public string FieldName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Scope
Gets or sets the scope of the aggregation, which defines the context in which the aggregation is applied.
Declaration
public string Scope { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
Dispose()
Releases all resources used by the AggregationField instance.
Declaration
public void Dispose()