What types of Objects can you query using LINQ?
Options
- DataTables and DataSets
- Any .NET Framework collection that implements IEnumerable(T)
- Collections that implement interfaces that inherit from IEnumerable(T)
- All of the above
CORRECT ANSWER : All of the above
Write your comments