Share via


QueryContext.Context Property

Definition

The current DbContext in using while executing the query.

public virtual Microsoft.EntityFrameworkCore.DbContext Context { get; }
member this.Context : Microsoft.EntityFrameworkCore.DbContext
Public Overridable ReadOnly Property Context As DbContext

Property Value

Applies to