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