DbContext.Database Property

Definition

Creates a Database instance for this context that allows for creation/deletion/existence checks for the underlying database.

public System.Data.Entity.Database Database { get; }
member this.Database : System.Data.Entity.Database
Public ReadOnly Property Database As Database

Property Value

Applies to