Exemple #1
0
 public IDocumentQuery <T> SelectCount(string projectedName = null)
 {
     _query.GroupByCount(projectedName);
     return(_query);
 }