This topic has not yet been rated - Rate this topic

Queryable.Select Method

Projects each element of a sequence into a new form.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method Static member Select<TSource, TResult>(IQueryable<TSource>, Expression<Func<TSource, TResult>>) Projects each element of a sequence into a new form.
Public method Static member 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.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.