Click or drag to resize
ScalarQueryProducersCount Method
Overload List
  NameDescription
Public methodStatic memberCount(DynamicQuery)
Creates a scalar query over the specified query and aggregates the first field in the projection of the query. Semantically equal to CountRow
Public methodStatic memberCount(QuerySpec, IEntityFieldCore)
Creates a scalar query over the specified query and aggregates the field specified with the Count() aggregate function.
Public methodStatic memberCount(QuerySpec, IExpression)
Creates a scalar query over the specified query and aggregates the expression specified with the Count() aggregate function.
Top
See Also