摘要: Dapper的多表查询实现打开链接 using (var conn = new SqlConnection(myConnectionString)) { conn.Open(); .... } 单表查询 public class Account { public int? Id {get;set;} 阅读全文
posted @ 2021-05-08 17:10 学无止境-dotnet码农 阅读(57) 评论(0) 推荐(0) 编辑