Kizspy | Question: 26
(Choose 1 answer)
FJOVERFLOW.Com
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