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.

IDatabaseInitializer<TContext> Interface

Defines a method for the database initializer.

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

generic<typename TContext>
where TContext : DbContext 
public interface class IDatabaseInitializer

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 https://msdn.microsoft.com/en-us/library/azure/dd799517(v=vs.103).aspx.

The IDatabaseInitializer<TContext> type exposes the following members.

  NameDescription
Public methodInitializeDatabaseExecutes the strategy to initialize the database for the given context.
Top
Show: