AggregateColumn Class

Definition

Defines the property and the type of aggregation to perform on that property.

public class AggregateColumn
type AggregateColumn = class
Public Class AggregateColumn
Inheritance
AggregateColumn

Constructors

AggregateColumn(PropertyId, AggregateOperation)

Initializes a new instance of the AggregateColumn class.

Properties

Operation

The aggregate operation to perform.

PropId

Indentifies the property on which to perform aggregation.

Applies to