Microsoft.Azure.Documents.Linq Namespace
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.
Classes
DocumentQueryable |
This class provides extension methods for converting a IQueryable<T> object to a IDocumentQuery<T> object. |
DocumentQueryException |
Represents an exception from the Azure Cosmos DB service queries. |
UserDefinedFunctionProvider |
Helper class to invoke User Defined Functions via Linq queries in the Azure Cosmos DB service. |
Interfaces
IDocumentQuery |
Provides methods to support query pagination and asynchronous execution in the Azure Cosmos DB service. |
IDocumentQuery<T> |
Provides methods to support query pagination and asynchronous execution in the Azure Cosmos DB service. |
Azure SDK for .NET