CosmosServiceCollectionExtensions Class

Definition

Cosmos-specific extension methods for IServiceCollection.

public static class CosmosServiceCollectionExtensions
type CosmosServiceCollectionExtensions = class
Public Module CosmosServiceCollectionExtensions
Inheritance
CosmosServiceCollectionExtensions

Remarks

See Using DbContextOptions, and Accessing Azure Cosmos DB with EF Core for more information and examples.

Methods

AddCosmos<TContext>(IServiceCollection, String, String, Action<CosmosDbContextOptionsBuilder>, Action<DbContextOptionsBuilder>)

Registers the given Entity Framework DbContext as a service in the IServiceCollection and configures it to connect to an Azure Cosmos database.

Applies to