Table of Contents

Interface IDatabaseFacadeDependenciesAccessor

Namespace
Microsoft.EntityFrameworkCore.Storage
Assembly
Microsoft.EntityFrameworkCore.dll

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

Remarks

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

Properties

Context

The DbContext instance associated with the database facade.

DbContext Context { get; }

Property Value

DbContext

Dependencies

The dependencies.

IDatabaseFacadeDependencies Dependencies { get; }

Property Value

IDatabaseFacadeDependencies