DbContext Properties
Entity Framework 5.0
The DbContext type exposes the following members.
| Name | Description | |
|---|---|---|
|
ChangeTracker | Provides access to features of the context that deal with change tracking of entities. |
|
Configuration | Provides access to configuration options for the context. |
|
Database | Creates a database instance for this context and allows you to perform creation, deletion or existence checks for the underlying database. |
| Name | Description | |
|---|---|---|
|
IObjectContextAdapter::ObjectContext | Returns the Entity Framework ObjectContext that is underlying this context. |
Show: