Share via


QueryOperationResponse<T>.GetContinuation Method

Definition

Gets a DataServiceQueryContinuation<T> object that contains the URI that is used to retrieve the next results page.

public Microsoft.OData.Client.DataServiceQueryContinuation<T> GetContinuation ();
override this.GetContinuation : unit -> Microsoft.OData.Client.DataServiceQueryContinuation<'T>
Public Function GetContinuation () As DataServiceQueryContinuation(Of T)

Returns

An object that contains the URI that is used to return the next results page.

Applies to