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

