Microsoft.Azure.Documents.Linq Namespace

 

Updated: June 30, 2017

Provides classes used to query documents in the Azure DocumentDB database service.

ClassDescription
System_CAPS_pubclassDocumentQueryable

This class provides extension methods for converting a IQueryable<T> object to a IDocumentQuery<T> object.

System_CAPS_pubclassDocumentQueryException

Represents an exception from the Azure DocumentDB database service queries.

System_CAPS_pubclassUserDefinedFunctionProvider

Helper class to invoke User Defined Functions via Linq queries in the Azure DocumentDB database service.

InterfaceDescription
System_CAPS_pubinterfaceIDocumentQuery

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

System_CAPS_pubinterfaceIDocumentQuery<T>

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

Return to top
Show: