| ScalarQueryProducersSumDistinct Method |
| Name | Description | |
|---|---|---|
| SumDistinct(QuerySpec, IEntityFieldCore) |
Creates a scalar query over the specified query and aggregates the field specified with the Sum(Distinct ) aggregate function.
| |
| SumDistinct(QuerySpec, IExpression) |
Creates a scalar query over the specified query and aggregates the expression specified with the Sum(Distinct ) aggregate function.
|