Kizspy | Question: 28
(Choose 1 answer)
Which method of the DbSet class is used to retrieve a single entity from the database that matches a specified condition, or a default value if no such entity is found?
A. Find
B. FirstOrDefault
C. SingleOrDefault
D. Where