EF – Error

Error:The model backing the ‘EFSqlConnection’ context has changed since the database was created. Consider using Code First Migrations to update the database

Measure:Initialization      Never Create  Database

static EFSqlConnection()
{
Database.SetInitializer<EFSqlConnection>(null);
}

 

发表评论

邮箱地址不会被公开。 必填项已用*标注