摘要: System.ComponentModel.DataAnnotations 命名空间 System.ComponentModel.DataAnnotations 命名空间提供定义 ASP.NET MVC 和 ASP.NET 数据控件的类的特性。 类 AssociatedMetadataTypeTyp 阅读全文
posted @ 2019-11-25 14:49 liessay 阅读(576) 评论(0) 推荐(1) 编辑
摘要: 新建实体数据模型 选择ADO.NET实体数据模型,名称改为数据库名 因为使用现有数据库,所以选择来自数据库的EF设计器,只演示所以只选择一个表,空模型可后期增加表 选择从数据库更新模型 新建数据库连接 选择EF6.X框架 选择要查询数据的表 选择后的实体数据库设计视图 引用异步、EF、数据模型命名空 阅读全文
posted @ 2019-11-25 14:05 liessay 阅读(1662) 评论(0) 推荐(0) 编辑
摘要: Model添加类 Customers 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 6 namespace WebApplication2.Models 7 阅读全文
posted @ 2019-11-25 13:49 liessay 阅读(429) 评论(0) 推荐(0) 编辑