Paging with WCF data service

后端 未结 3 1178
不思量自难忘°
不思量自难忘° 2021-01-21 20:49

My question is about how you handle paging with a WCF data service. The way I want to use it, is execute a query (passing page size and current page), and get back the results o

3条回答
  •  臣服心动
    2021-01-21 21:26

    Unfortunately it seems that WCF data services is way too limited, and the solution for me was to switch to a regular WCF service so that I could use full LINQ and define data contracts myself.

提交回复
热议问题