AggregateOperand Properties
The operator that calculates an aggregate expression (MIN, MAX, SUM, etc.).Name | Description |
---|---|
AggregatedExpression | Gets or sets the operator that defines how to process objects from a collection that CollectionProperty specifies. |
AggregateType | Gets or sets the type of the aggregate operator. |
CollectionProperty | 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 CollectionProperty specifies. |
CustomFunctionCount static | Returns the number of registered custom functions. Inherited from CriteriaOperator. |
IsTopLevel | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
See Also