The method 'Skip' is only supported for sorted input in LINQ to Entities
The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'.
Entity Framework の LINQ でデータを取得し、SKip を使おうとしたときのエラー。
データ取得時に Distinct() をしていたのが原因だった。
Entity Framework の LINQ でデータを取得し、SKip を使おうとしたときのエラー。
データ取得時に Distinct() をしていたのが原因だった。