

MCQOPTIONS
Saved Bookmarks
1. |
What types of Objects can you query using LINQ? |
A. | DataTables and DataSets |
B. | Any .NET Framework collection that implements IEnumerable(T) |
C. | Collections that implement interfaces that inherit from IEnumerable(T) |
D. | All of the above |
Answer» E. | |