0

I came accross with this link http://www.dbtutorials.com/display/linq-to-sql-paging-cs.aspx

which has e.g. of efficient server side paging in LINQ but i want to do same thing with Entity Framework but with Complex type is it possible ?

4

1 回答 1

1

Skip是的,您仍然可以使用TakeLINQ to Entities 提供程序,这些将在服务器上执行。您还应该研究PagedList,它使您的事情变得更容易。

于 2012-09-15T21:11:03.620 回答