摘要: 如何构建数据模型 新建项 ADO.NET 实体模型 设置链接 链接字符串需要选择“是,包含敏感数据 注意:EF的框架引用的表应该要存在主键,程序引用中要包含 using System.Data.Entity; using System.Data.Entity.Infrastructure; demo 阅读全文
posted @ 2023-02-12 10:43 李家的张麻子 阅读(943) 评论(0) 推荐(0)