AsyncQueryable.GroupBy<TSource, TKey> Method (IAsyncQueryable<TSource>, Expression<Func<TSource, TKey>>) |
Namespace: System.Linq
public static IAsyncQueryable<IAsyncGrouping<TKey, TSource>> GroupBy<TSource, TKey>( this IAsyncQueryable<TSource> source, Expression<Func<TSource, TKey>> keySelector )