DataServiceQueryContinuation Class

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

Inheritance Hierarchy

System.Object
  System.Data.Services.Client.DataServiceQueryContinuation
    System.Data.Services.Client.DataServiceQueryContinuation<T>

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public MustInherit Class DataServiceQueryContinuation
'Usage
Dim instance As DataServiceQueryContinuation
public abstract class DataServiceQueryContinuation
public ref class DataServiceQueryContinuation abstract
[<AbstractClassAttribute>]
type DataServiceQueryContinuation =  class end
public abstract class DataServiceQueryContinuation

The DataServiceQueryContinuation type exposes the following members.

Properties

  Name Description
Public property NextLinkUri Gets the URI that is used to return the next page of data from a paged query result.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns the next link URI as a string. (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Data.Services.Client Namespace

Other Resources

Loading Deferred Content (WCF Data Services)