2017年12月20日
摘要: 1.建立MVC项目》NuGet安装EF 2.建立模型: 模型需要引用命名空间: using System.ComponentModel.DataAnnotations;using System.ComponentModel.DataAnnotations.Schema; 3.建立数据库类 DbCon 阅读全文
posted @ 2017-12-20 10:35 邢帅杰 阅读(208) 评论(0) 推荐(0) 编辑