QueryOperationResponse.GetContinuation Method (IEnumerable)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets a DataServiceQueryContinuation object containing the URI that is used to retrieve the next page of related entities in the specified collection.

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

Syntax

'Declaration
Public Function GetContinuation ( _
    collection As IEnumerable _
) As DataServiceQueryContinuation
public DataServiceQueryContinuation GetContinuation(
    IEnumerable collection
)

Parameters

Return Value

Type: System.Data.Services.Client.DataServiceQueryContinuation
A continuation object that points to the next page for the collection.

Remarks

The GetContinuation method is used to obtain the URI that is used to retrieve the next results page for a nested result.

Specify a nulla null reference (Nothing in Visual Basic) value for collection when the collection is the top-level collection.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.