Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9257443
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T12:09:58+00:00 2026-06-18T12:09:58+00:00

I have an WCF Data Service (OData V3) that has a page limit of

  • 0

I have an WCF Data Service (OData V3) that has a page limit of 100 items (for all entities).

Normally, if I need to move beyond that limit, there is no problem as I can just use the built in paging to get the next page of results.

However, I can’t see any paging built into “sub results”. And I need that badly!

Let me illustrate with an example data structure that is a list of Orders:

List<Order> Orders
    |
  Order #1:---
    |        |
    |        |-- Customer
    |        |-- List<Item> ItemsOrdered
    |                | -- Wigdet Type 1
    |                | -- Wigdet Type 2
    |                | -- Wigdet Type 3
    |                | -- Wigdet Type 4
    |                | -- Wigdet Type 5
    |                | -- Wigdet Type 6
    |                | -- Wigdet Type 7
    | 
  Order #2:-
             |
             |-- Customer
             |-- List<Item> ItemsOrdered
                     | -- Wigdet Type 8
                     | -- Wigdet Type 4
                     | -- Wigdet Type 2

If my page limit is set to 5, then I can see no way to query the rest of the ItemsOrdered List.

Is there a way to do continuations on “sub lists” in OData?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T12:09:59+00:00Added an answer on June 18, 2026 at 12:09 pm

    On the protocol level the inner feeds (or collections) will contain the next link, just like the top-level one. So all you need to do is issue a GET to that next link (it will continue enumerating the entities for that expanded entity, the right stuff is encoded in the next link).

    If you’re using the WCF DS Client library you need to make sure that the type of the expanded property is DataServiceCollection. So in your case the client side type for the ItemsOrdered property should be DataServiceCollection (note that this is only required on the client, has nothing to do with how the data is modeled on the server).

    Once you have that the DataServiceCollection has a Continuation property which is the representation of the next link. To issue a request to load more, the most convenient way is to call context.LoadProperty(orderInstance, “ItemsOrdered”, orderInstance.ItemsOrdered.Continuation);

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an OData Service setup using WCF Data Services (v2) that is hosted
I have a Data Service created using WCF that internally uses nHibernate. This WCF
I have a WCF web-service and a Silverlight app displaying data from that service.
I have a WCF service that accesses a SQL database to fetch data .
I have a WCF service that can return large amount of data depending on
I have a WCF service that is returning a lot of data. I want
I have built a WCF Data Service that works when I run it on
I have a Windows application that is connecting to a WCF Data Service hosted
I need to create a custom route for a WCF data service that contains
I'm stuck on this. I have a WCF Data Service that successfully creates an

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.