Skip to main content
A newer version of this page is available. .

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.
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