Queryable::Select Method
.NET Framework (current version)
Projects each element of a sequence into a new form.
Assembly: System.Core (in System.Core.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Select<TSource, TResult>(IQueryable<TSource>^, Expression<Func<TSource, TResult>^>^) | Projects each element of a sequence into a new form. |
![]() ![]() | Select<TSource, TResult>(IQueryable<TSource>^, Expression<Func<TSource, Int32, TResult>^>^) | Projects each element of a sequence into a new form by incorporating the element's index. |
Show:

