Multiple Choice
Which of the following returns the number of items in LINQ query result q?
A) q.Length
B) q.Size
C) q.getUpperBound
D) q.Count
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: String method _ returns a String with
Q20: A database management system (DBMS)provides mechanisms for
Q21: _ is an international standard used with
Q22: Selecting elements that satisfy a set of
Q23: The Visual Studio IDE provides IntelliSense support
Q24: The For Each…Next statement is useful for
Q25: Types that implement interface IComparable provide a
Q26: The _extension method returns the number of
Q27: LINQ's Order By clause supports values of
Q29: You can chain LINQ queries by having