Information
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

 

Namespace:   System.Linq
Assembly:  System.Core (in System.Core.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticMax<TSource>(IQueryable<TSource>^)

Returns the maximum value in a generic IQueryable<T>.

System_CAPS_pubmethodSystem_CAPS_staticMax<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.

Return to top
Show: