DataServiceQueryContinuation Class
WCF Data Services 5.0
Encapsulates a URI that returns the next page of a paged WCF Data Services query result.
System.Object
System.Data.Services.Client.DataServiceQueryContinuation
System.Data.Services.Client.DataServiceQueryContinuation(Of T)
System.Data.Services.Client.DataServiceQueryContinuation
System.Data.Services.Client.DataServiceQueryContinuation(Of T)
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
The DataServiceQueryContinuation type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | NextLinkUri | Gets the URI that is used to return the next page of data from a paged query result. |
| 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.) |
Show:
