摘要: 官网: https://learn.microsoft.com/zh-cn/ef/core/querying/related-data/eager预先加载的使用: 关联两张表查询 using (var context = new BloggingContext()) { var blogs = co 阅读全文
posted @ 2025-03-16 20:09 龙卷风吹毁停车场 阅读(9) 评论(0) 推荐(0)
摘要: 定义模型: namespace House.Models.PublicClass { /// <summary> /// 城市 /// </summary> public class Province { /// <summary> /// 城市编号 /// </summary> /// [Key] 阅读全文
posted @ 2025-03-16 11:24 龙卷风吹毁停车场 阅读(83) 评论(0) 推荐(0)