Queryable::Last Method
.NET Framework (current version)
Returns the last element in a sequence.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Last<TSource>(IQueryable<TSource>^) | Returns the last element in a sequence. |
![]() ![]() | Last<TSource>(IQueryable<TSource>^, Expression<Func<TSource, Boolean>^>^) | Returns the last element of a sequence that satisfies a specified condition. |
Show:

