Answer Posted / Ajeet Singh
IQueryable is used in Linq because it is an interface that allows for deferred execution of queries. This means that the query is not executed until the result is actually needed, which can be more efficient when dealing with large data sets. IQueryable also provides a way to work with LINQ to SQL queries, allowing for database queries to be written in a similar syntax to Linq to Objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category