Queryable::LastOrDefault Method
.NET Framework (current version)
Returns the last element of a sequence, or a default value if no element is found.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | LastOrDefault<TSource>(IQueryable<TSource>^) | Returns the last element in a sequence, or a default value if the sequence contains no elements. |
![]() ![]() | LastOrDefault<TSource>(IQueryable<TSource>^, Expression<Func<TSource, Boolean>^>^) | Returns the last element of a sequence that satisfies a condition or a default value if no such element is found. |
Show:

