AggregateOperand.TopLevel Method
| Name | Parameters | Description |
|---|---|---|
| TopLevel(Aggregate, CriteriaOperator) static | type, aggregatedExpression | Creates a new top-level AggregateOperand that returns values calculated by the given custom aggregate expression. |
| TopLevel(String, IEnumerable<CriteriaOperator>) static | customAggregateName, aggregatedExpressions | Creates a new top-level AggregateOperand that returns values calculated by the given custom aggregate expression. |