This topic has not yet been rated - Rate this topic

DataServiceCollection<T>.Continuation Property

July 26, 2012

Gets a continuation object that is used to return the next set of paged results.

Namespace:  System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)
public DataServiceQueryContinuation<T> Continuation { get; set; }

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.

Windows Phone OS

Supported in: 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.