This topic has not yet been rated - Rate this topic

DataServiceQueryContinuation<T> Class

July 26, 2012

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

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

Namespace:  System.Data.Services.Client
Assembly:  System.Data.Services.Client (in System.Data.Services.Client.dll)
[DataContractAttribute]
public sealed class DataServiceQueryContinuation<T> : DataServiceQueryContinuation

Type Parameters

T

The type of the continuation token.

The DataServiceQueryContinuation<T> type exposes the following members.

  NameDescription
Public propertyNextLinkUriGets the URI that is used to return the next page of data from a paged query result. (Inherited from DataServiceQueryContinuation.)
Top
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToStringReturns the next link URI as a string. (Inherited from DataServiceQueryContinuation.)
Top

Windows Phone OS

Supported in: 7.1

Windows Phone

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.