摘要:
public class HomeController : Controller { // // GET: /Home/ empentity entity = new empentity(); public ActionResult Index() { List lst = (from... 阅读全文
摘要:
添加数据 定义一个对象: public class Student { public int id{get; set;} public string Name{get;set;} public string Age{get;set;} } 将其添加到上下文中: public DbSet<Studen 阅读全文