【发布时间】:2010-06-26 16:40:35
【问题描述】:
我刚刚将Dynamic Data Filtering 库添加到基于实体框架的动态数据网络应用程序,但在尝试访问 List.aspx 时,我收到以下错误。在 .NET 4 上我能做些什么吗?
The method 'Skip' is only supported for sorted input in LINQ to Entities. The method 'OrderBy' must be called before the method 'Skip'.
【问题讨论】:
标签: asp.net entity-framework dynamic-data