dll added.

This commit is contained in:
alexandre-spieser
2017-10-01 22:35:51 +00:00
parent c07b1a5d7b
commit 9c0cd0fe47
6 changed files with 534 additions and 11 deletions
@@ -2027,7 +2027,6 @@ namespace MongoDbGenericRepository
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)