MongoQueryable.GroupBy Method |
Name | Description | |
---|---|---|
![]() ![]() | GroupBy<TSource, TKey>(IMongoQueryable<TSource>, Expression<Func<TSource, TKey>>) |
Groups the elements of a sequence according to a specified key selector function.
|
![]() ![]() | GroupBy<TSource, TKey, TResult>(IMongoQueryable<TSource>, Expression<Func<TSource, TKey>>, Expression<Func<TKey, IEnumerable<TSource>, TResult>>) |
Groups the elements of a sequence according to a specified key selector function
and creates a result value from each group and its key.
|