What is difference between iqueryable and ienumerable in linq?
Answer Posted / Himanshu Bisht
IQueryable represents a deferred execution query that can be translated into SQL when used with Entity Framework. It supports filtering, sorting, and grouping operations on a database. On the other hand, IEnumerable is an interface for collections that support enumeration. It does not support deferred execution or database queries.
| 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