5
Answers

How we write LINQ Query

How to write this query in LINQ 
 
"select DISTINCT(Level2) from Level"  Pass Only Column name and return in distinct value of Column
Answers (5)