DataServiceQueryContinuation<T> Class

 

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

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

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

generic<typename T>
public ref class DataServiceQueryContinuation sealed : DataServiceQueryContinuation

Type Parameters

T

The type of continuation token.

NameDescription
System_CAPS_pubpropertyNextLinkUri

Gets the URI that is used to return the next page of data from a paged query result.(Inherited from DataServiceQueryContinuation.)

NameDescription
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns the next link URI as a string.(Inherited from DataServiceQueryContinuation.)

This example uses a do…while loop to load Customers entities from a paged results from the data service.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.5
Silverlight
Available since 4.0

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

Return to top
Show: