Queryable.Min Method
.NET Framework 4.5
Returns the minimum value in a sequence.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Min<TSource>(IQueryable<TSource>) | Returns the minimum value of a generic IQueryable<T>. |
|
Min<TSource, TResult>(IQueryable<TSource>, Expression<Func<TSource, TResult>>) | Invokes a projection function on each element of a generic IQueryable<T> and returns the minimum resulting value. |