Vidyalelo
C# Programming · Q37

LINQ (Language

Programming · C# Programming · question 37

Q37

What is the purpose of the AsQueryable operator in LINQ?

A.
Converts a sequence to an IQueryable
Answer
B.
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