DataServiceCollection<T>.Continuation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a continuation object that is used to return the next set of paged results.
public Microsoft.OData.Client.DataServiceQueryContinuation<T> Continuation { get; set; }
member this.Continuation : Microsoft.OData.Client.DataServiceQueryContinuation<'T> with get, set
Public Property Continuation As DataServiceQueryContinuation(Of T)
Property Value
A DataServiceQueryContinuation<T> object that contains the URI to return the next set of paged results.