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