IDatabaseInitializer<TContext> Interface
Entity Framework
Defines a method for the database initializer.
Namespace: System.Data.Entity
Assembly: EntityFramework (in EntityFramework.dll)
Type Parameters
- in TContext
The type of the context.
This type parameter is contravariant. That is, you can use either the type you specified or any type that is less derived. For more information about covariance and contravariance, see http://msdn.microsoft.com/en-us/library/dd799517(v=vs.103).aspx.
The IDatabaseInitializer<TContext> type exposes the following members.
| Name | Description | |
|---|---|---|
|
InitializeDatabase | Executes the strategy to initialize the database for the given context. |