QueryOperationResponse<T>.GetContinuation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.