DbMigrationsConfiguration.ContextType Property

 

Gets or sets the derived DbContext representing the model to be migrated.

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

public Type ContextType { get; set; }

Property Value

Type: System.Type