CosmosDatabaseFacadeExtensions Class
Definition
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.
Extension methods for the DatabaseFacade returned from Database that can be used only with the Cosmos provider.
public static class CosmosDatabaseFacadeExtensions
type CosmosDatabaseFacadeExtensions = class
Public Module CosmosDatabaseFacadeExtensions
- Inheritance
-
CosmosDatabaseFacadeExtensions
Methods
GetCosmosClient(DatabaseFacade) |
Gets the underlying CosmosClient for this DbContext. |
GetCosmosDatabaseId(DatabaseFacade) |
Gets the configured database name for this DbContext. |
IsCosmos(DatabaseFacade) |
Returns |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework