IDocumentQuery Interface

 

Updated: June 30, 2017

Provides methods to support query pagination and asynchronous execution in the Azure DocumentDB database service.

Namespace:   Microsoft.Azure.Documents.Linq
Assembly:  Microsoft.Azure.Documents.Client (in Microsoft.Azure.Documents.Client.dll)

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

Type Parameters

T

Source Query Type

NameDescription
System_CAPS_pubproperty

Gets a value indicating whether there are potentially additional results that can be returned from the query in the Azure DocumentDB database service.

NameDescription
System_CAPS_pubmethodDispose

(Inherited from IDisposable.)

System_CAPS_pubmethodExecuteNextAsync

Executes the query and retrieves the next page of results as dynamic objects in the Azure DocumentDB database service.

System_CAPS_pubmethodExecuteNextAsync

Executes the query and retrieves the next page of results in the Azure DocumentDB database service.

Return to top
Show: