What is the purpose of SingleOrDefault?

 Posted by Niladri.Biswas on 6/9/2013 | Category: LINQ Interview questions | Views: 13943 | Points: 40
Select from following answers:
  1. Gets the first item that matches a given criteria.
  2. There can be only one value that matches the criteria. If there are more than 1 value that matches the criteria, throw an exception
  3. None of the above
  4. All of the above
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response