Share via


CosmosDatabaseFacadeExtensions Class

Definition

Extension methods for the DatabaseFacade returned from Database that can be used only with the Cosmos provider.

[System.Runtime.CompilerServices.Nullable(0)]
public static class CosmosDatabaseFacadeExtensions
public static class CosmosDatabaseFacadeExtensions
[<System.Runtime.CompilerServices.Nullable(0)>]
type CosmosDatabaseFacadeExtensions = class
type CosmosDatabaseFacadeExtensions = class
Public Module CosmosDatabaseFacadeExtensions
Inheritance
CosmosDatabaseFacadeExtensions
Attributes

Methods

Name Description
GetCosmosClient(DatabaseFacade)

Gets the underlying CosmosClient for this DbContext.

GetCosmosDatabaseId(DatabaseFacade)

Gets the configured database name for this DbContext.

IsCosmos(DatabaseFacade)

Returns true if the database provider currently in use is the Cosmos provider.

Applies to