R

Ram Sharma • 3.40K Points
Extraordinary

Q. What is the result of `Select()` in LINQ?

  • (A) Filtering values
  • (B) Projecting values
  • (C) Grouping values
  • (D) Sorting values

Explanation by: Ram Sharma
`Select()` is used for projection, transforming each element in the sequence.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.