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


Enter the code shown above:

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


Advertisement