What is difference between IEnumerable and IQueryable?
Answer Posted / Naeem Akhatar
IEnumerable is an interface that allows you to iterate through a sequence of elements. It doesn't provide any information about the collection other than it can be iterated. On the other hand, IQueryable represents a query that can be executed against a data source (like a database), and it includes information about the query such as the type of objects it will return.
| 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