QueryOperationResponse.GetContinuation Method
Gets a DataServiceQueryContinuation object containing the URI that is used to retrieve the next results page.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public Function GetContinuation As DataServiceQueryContinuation
'Usage
Dim instance As QueryOperationResponse
Dim returnValue As DataServiceQueryContinuation
returnValue = instance.GetContinuation()
public DataServiceQueryContinuation GetContinuation()
public:
DataServiceQueryContinuation^ GetContinuation()
member GetContinuation : unit -> DataServiceQueryContinuation
public function GetContinuation() : DataServiceQueryContinuation
Return Value
Type: System.Data.Services.Client.DataServiceQueryContinuation
An object containing the URI that is used to return the next results page.