AggregateColumn Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |