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

AggregateOperand Constructors

An aggregate operator which calculates aggregate expressions (MIN, MAX, SUM, etc.)
Name Parameters Description
AggregateOperand() none Initializes a new instance of the AggregateOperand class with default settings.
AggregateOperand(OperandProperty, CriteriaOperator, Aggregate, CriteriaOperator) collectionProperty, aggregatedExpression, type, condition Initializes a new instance of the AggregateOperand class with the specified settings.
AggregateOperand(String, Aggregate, CriteriaOperator) collectionProperty, type, condition Initializes a new instance of the AggregateOperand class.
AggregateOperand(String, Aggregate) collectionProperty, type Initializes a new instance of the AggregateOperand class with the specified collection property and operator type.
AggregateOperand(String, String, Aggregate, CriteriaOperator) collectionProperty, aggregatedExpression, type, condition Initializes a new instance of the AggregateOperand class with the specified settings.
AggregateOperand(String, String, Aggregate) collectionProperty, aggregatedExpression, type Initializes a new instance of the AggregateOperand class with the specified settings.
See Also