Elements that LINQ query work - LINQ
Q. LINQ query can work with?- Published on 31 Aug 15a. DataSet
b. List<T>
c. Array
d. All of the above
ANSWER: All of the above
There are three types of LINQ.
1. Linq to Objects
2. Linq to SQL
3.Linq to XML
So in the above question all options are correct.