Hi, When i want to use OrderBy() with Skip() and Take() methods OrderBy is ommited and it's not included in SQL Query. How can I solve the problem? Regards, Karol Wojtaszek |
I'm 100% sure this shouldn't happen - there are multiple tests for this case. Can you provide an exact LINQ query? |