DataServiceQueryContinuation<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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) |