Q37
What is the purpose of the AsQueryable operator in LINQ?
A.
Converts a sequence to an IQueryable
AnswerB.
Converts a sequence to an IEnumerable
C.
Converts a sequence to a List
D.
Converts a sequence to an Array
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board