InterviewSolution
Saved Bookmarks
| 1. |
What Is The Function Of The Distinct Clause In A Linq Query? |
|
Answer» The DISTINCT clause RETURNS the RESULT set WITHOUT the duplicate values. The DISTINCT clause returns the result set without the duplicate values. |
|