R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which method is used to retrieve data from a DbSet in Entity Framework?

  • (A) Add()
  • (B) Find()
  • (C) Remove()
  • (D) Insert()

Explanation by: Ram Sharma
`Find()` method is used to search an entity by its primary key.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.