随笔分类 -  EF

摘要:安装nuget包 efcore官方支持的数据库包括SQLServer、MySql、PostgreSQL、Sqlite我们这里使用SQLServer数据库 添加数据库上下文类和数据模型 1 public class YFDbContext : DbContext 2 { 3 /// <summary> 阅读全文
posted @ 2020-06-01 15:53 D、boy 阅读(2104) 评论(0) 推荐(0)