Elements that LINQ query work - LINQ

Q.  LINQ query can work with?
- Published on 31 Aug 15

a. 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.

Post your comment / Share knowledge


Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)