AggregateOperand Properties
The operator that calculates an aggregate expression (MIN, MAX, SUM, etc.).
Name | Description |
---|---|
Aggregated |
Gets or sets the operator that defines how to process objects from a collection that Collection |
Aggregate |
Gets or sets the type of the aggregate operator. |
Collection |
Gets or sets an operand that specifies the collection property by which the aggregate operand evaluates the average value. |
Condition |
Gets or sets the filter criterion the aggregate operand uses to filter values to aggregate from the collection property that the Collection |
Custom |
Returns the number of registered custom functions.
Inherited from Criteria |
Is |
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
See Also