IDatabaseFacadeDependenciesAccessor Interface

Definition

Provides access to IDatabaseFacadeDependencies for providers and extensions.

This type is typically used by database providers (and other extensions). It is generally not used in application code.

public interface IDatabaseFacadeDependenciesAccessor
type IDatabaseFacadeDependenciesAccessor = interface
Public Interface IDatabaseFacadeDependenciesAccessor
Derived

Remarks

See Implementation of database providers and extensions for more information and examples.

Properties

Context

The DbContext instance associated with the database facade.

Dependencies

The dependencies.

Applies to