How could one get the last page of data using skip/take/inlinecount in a single odata query (Wcf Data Services)?
Fx.. With page size 25...
http://server:8000/Html5Controls/Services/SampleDBService.svc/Offices?$format=json&$top=25&$skip=0&$orderby=city
Would get the first page. Is there a way to combine the count to get the last page in a single query?