Share via


ExecutionStrategyDependencies.CurrentDbContext Property

Definition

Indirection to the current DbContext instance.

public Microsoft.EntityFrameworkCore.Internal.ICurrentDbContext CurrentDbContext { get; }
member this.CurrentDbContext : Microsoft.EntityFrameworkCore.Internal.ICurrentDbContext
Public ReadOnly Property CurrentDbContext As ICurrentDbContext

Property Value

Microsoft.EntityFrameworkCore.Internal.ICurrentDbContext

Applies to