DbContext.Database Property

Definition

Provides access to database related information and operations for this context.

public virtual Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade Database { get; }
member this.Database : Microsoft.EntityFrameworkCore.Infrastructure.DatabaseFacade
Public Overridable ReadOnly Property Database As DatabaseFacade

Property Value

Applies to