R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which method in LINQ is used to filter elements?

  • (A) Where()
  • (B) Select()
  • (C) GroupBy()
  • (D) Join()

Explanation by: Ram Sharma
`Where()` is used to filter a sequence based on a predicate.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.