Why does EF Core 'OrderBy', 'Skip', and 'Take' load all rows into DbContext?

前端 未结 0 1956
余生分开走
余生分开走 2020-12-19 12:29

When I run the code below, the EF Core DbContext pulls all four rows from the database into its memory. I thought that it was meant to run the ordering, skipping, and takin

相关标签:
回答
  • 消灭零回复
提交回复
热议问题