Share via


DataServiceCollection<T>.Continuation Property

Definition

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.

Applies to