The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Queryable::Max Method
.NET Framework (current version)
Namespace:
System.Linq
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Max<TSource>(IQueryable<TSource>^) | Returns the maximum value in a generic IQueryable<T>. |
![]() ![]() | Max<TSource, TResult>(IQueryable<TSource>^, Expression<Func<TSource, TResult>^>^) | Invokes a projection function on each element of a generic IQueryable<T> and returns the maximum resulting value. |
Show:

