What is the function of the DISTINCT clause in a LINQ query

 Posted by Niladri.Biswas on 6/9/2013 | Category: LINQ Interview questions | Views: 17092 | Points: 40
Select from following answers:
  1. The DISTINCT clause returns the result set without the duplicate values
  2. The DISTINCT clause returns the result set with the duplicate values
  3. It merges all the results
  4. None of the above
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response