DropCreateDatabaseAlways<TContext> Class
Entity Framework
An implementation of IDatabaseInitializer<TContext> that will always recreate and optionally re-seed the database with data the first time that a context is used in the application domain. To seed the database, create a derived class and override the Seed method.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
The DropCreateDatabaseAlways<TContext> type exposes the following members.
| Name | Description | |
|---|---|---|
|
DropCreateDatabaseAlways<TContext> | Initializes a new instance of the DropCreateDatabaseAlways<TContext> class. |
| Name | Description | |
|---|---|---|
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
InitializeDatabase | Executes the strategy to initialize the database for the given context. |
|
MemberwiseClone | (Inherited from Object.) |
|
Seed | When overridden will add data to the context for seeding. The default implementation does nothing. |
|
ToString | (Inherited from Object.) |