System.Data.Entity.Migrations.History Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
HistoryContext |
This class is used by Code First Migrations to read and write migration history from the database. To customize the definition of the migrations history table you can derive from this class and override OnModelCreating. Derived instances can either be registered on a per migrations configuration basis using SetHistoryContextFactory(String, Func<DbConnection,String,HistoryContext>), or globally using SetDefaultHistoryContext(Func<DbConnection,String,HistoryContext>). |
HistoryRow |
This class is used by Code First Migrations to read and write migration history from the database. |
Entity Framework