Share via


DataServiceQueryContinuation<T> Class

Definition

Encapsulates a URI that returns the next page of a paged WCF Data Services query result.

public sealed class DataServiceQueryContinuation<T> : Microsoft.OData.Client.DataServiceQueryContinuation
type DataServiceQueryContinuation<'T> = class
    inherit DataServiceQueryContinuation
Public NotInheritable Class DataServiceQueryContinuation(Of T)
Inherits DataServiceQueryContinuation

Type Parameters

T

The type of continuation token.

Inheritance
DataServiceQueryContinuation<T>

Properties

NextLinkUri

Gets the URI that is used to return the next page of data from a paged query result.

(Inherited from DataServiceQueryContinuation)

Methods

ToString()

Returns the next link URI as a string.

(Inherited from DataServiceQueryContinuation)

Applies to