AggregateOperand Properties
An aggregate operator which calculates aggregate expressions (MIN, MAX, SUM, etc.)
Name | Description |
---|---|
Aggregated |
Gets or sets the aggregated expression. |
Aggregate |
Gets or sets the type of the aggregate operator. |
Collection |
Gets or sets a collection property whose elements are used to calculate an aggregate expression. |
Condition |
Gets or sets the filter criteria which is applied to Aggregate |
Custom |
Inherited from Criteria |
Custom |
Gets or sets a custom aggregate function‘s name. The property value cannot be null (Nothing in Visual Basic) or match a standard aggregate name: Sum, Min, Max, Avg, Count, Exists, or Single. |
Custom |
Gets an operand collection passed to a custom aggregate function. |
Custom |
Returns the number of custom functions registered in an application via the Criteria |
Is |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
See Also