Skip to main content

AggregateOperand Properties

An aggregate operator which calculates aggregate expressions (MIN, MAX, SUM, etc.)
Name Description
AggregatedExpression Gets or sets the aggregated expression.
AggregateType Gets or sets the type of the aggregate operator.
CollectionProperty 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 AggregateOperand values.
CustomAggregateCount static Inherited from CriteriaOperator.
CustomAggregateName 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.
CustomAggregateOperands Gets an operand collection passed to a custom aggregate function.
CustomFunctionCount static Returns the number of custom functions registered in an application via the CriteriaOperator.RegisterCustomFunction and CriteriaOperator.RegisterCustomFunctions method calls. Inherited from CriteriaOperator.
IsTopLevel This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
See Also