我正在用ASP.NET MVC做一个简单的编辑。操作结果代码如下。此说明我可以执行以下操作。public ActionResult Edit(int id) using (var db = new BlogDataEntities()) return View(db.Blogs.Find(id)); }我的代码:
我使用这个命令:id=user_here;password=password_here" EntityFramework.MicrosoftSqlServerUnable to identify the primary key for table 'dbo.spt_fallback_db'.
Unable to generate entity type for