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

AggregateOperand Constructors

The operator that calculates an aggregate expression (MIN, MAX, SUM, etc.).
Name Parameters Description
AggregateOperand() none Initializes an AggregateOperand instance with the default settings.
AggregateOperand(OperandProperty, CriteriaOperator, Aggregate, CriteriaOperator) collectionProperty, aggregatedExpression, type, condition Initializes an AggregateOperand instance with the specified criterion determining the collection property, criterion defining the property to aggregate, operator type, and filter criterion.
AggregateOperand(String, Aggregate, CriteriaOperator) collectionProperty, type, condition Initializes an AggregateOperand instance with the specified collection property name, operator type, and filter criterion.
AggregateOperand(String, Aggregate) collectionProperty, type Initializes an AggregateOperand instance with the specified collection property name and operator type.
AggregateOperand(String, String, Aggregate, CriteriaOperator) collectionProperty, aggregatedExpression, type, condition Initializes an AggregateOperand instance with the specified collection property name, name of a property to aggregate, operator type, and filter criterion.
AggregateOperand(String, String, Aggregate) collectionProperty, aggregatedExpression, type Initializes an AggregateOperand instance with the specified collection property name, name of a property to aggregate, and operator type.
See Also