True/False
The results of a LINQ query can have only the same type as the data being queried-for example,a LINQ query on a collection of Employee objects will always have Employee objects in the results.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: You can sort a LINQ query's results
Q16: LINQ is used to query collections in
Q17: If multiple properties are listed in the
Q18: A List< T > is similar to
Q19: The _ extension method is returns the
Q21: A LINQ query is executed when it's
Q22: Collections of type List< T > can
Q23: A generic method does not need an
Q24: The range variable is implicitly defined in
Q25: TheNET collection classes provide flexible,efficient alternatives to