Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbContext.Database Property

Entity Framework 6.0
 

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

Namespace:   System.Data.Entity
Assembly:  EntityFramework (in EntityFramework.dll)

public Database Database { get; }

Property Value

Type: System.Data.Entity.Database
Return to top
Show: