Skip to content

Commit

Permalink
dll added.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandre-spieser committed Oct 1, 2017
1 parent c07b1a5 commit 9c0cd0f
Show file tree
Hide file tree
Showing 6 changed files with 534 additions and 11 deletions.
1 change: 0 additions & 1 deletion MongoDbGenericRepository/BaseMongoDbRepository.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2027,7 +2027,6 @@ public List<TProjection> GroupBy<TDocument, TGroupKey, TProjection>(Expression<F
where TProjection : class, new()
{
var collection = string.IsNullOrEmpty(partitionKey) ? GetCollection<TDocument>() : GetCollection<TDocument>(partitionKey);

return collection.Aggregate()
.Match(Builders<TDocument>.Filter.Where(filter))
.Group(selector, projection)
Expand Down
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

0 comments on commit 9c0cd0f

Please sign in to comment.