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 | |
---|---|---|
NextLinkUri | Gets the URI that is used to return the next page of data from a paged query result. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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