DataServiceCollection<T>.Continuation Property
July 26, 2012
Gets a continuation object that is used to return the next set of paged results.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
Property Value
Type: System.Data.Services.Client.DataServiceQueryContinuation<T>A DataServiceQueryContinuation<T> object that contains the URI to return the next set of paged results.
The Continuation property returns a link that is used to access the next set of paged results, when paging is enabled in the data service. The LoadNextPartialSetAsync method uses the continuation token returned by the Continuation property. Use the LoadNextPartialSetAsync method to load paged data from the data service.