Click or drag to resize

QueryableExtensionMethods.MinByAsync Method

Overload List
  NameDescription
Public methodStatic memberMinByAsync<TSource, TKey>(IQueryable<TSource>, Expression<Func<TSource, TKey>>)
Async variant of Queryable.MinBy
Public methodStatic memberMinByAsync<TSource, TKey>(IQueryable<TSource>, Expression<Func<TSource, TKey>>, CancellationToken)
Async variant of Queryable.MinBy
Top
See Also