Click or drag to resize
ScalarQueryProducersAvgDistinct Method
Overload List
  NameDescription
Public methodStatic memberAvgDistinct(QuerySpec, IEntityFieldCore)
Creates a scalar query over the specified query and aggregates the field specified with the Avg(Distinct ) aggregate function.
Public methodStatic memberAvgDistinct(QuerySpec, IExpression)
Creates a scalar query over the specified query and aggregates the expression specified with the Avg(Distinct ) aggregate function.
Top
See Also