System.Data.Entity.Migrations.History Namespace
Entity Framework 5.0
Provides classes used by Code First Migrations to read and write migration history from the database.
| Class | Description | |
|---|---|---|
|
HistoryRow | This class is used by Code First Migrations to read and write migration history from the database. It is not intended to be used by other code and is only public so that it can be accessed by the Entity Framework when running under partial trust. It may be changed or removed in the future. |
Show: