|
|
|
|
|
by pjerem
650 days ago
|
|
Yes of course it generates the corresponding SQL and don’t iterate over the table. But in the framework’s code, IQueryable implements IEnumerable, it’s just a totally different implementation but for the developer it’s 100% the same API and so any IQueryable can be used where a IEnumerable is expected. |
|