摘要: 执行非查询原生SQL string msg = "内容"; await db.Database.ExecuteSqlInterpolatedAsync($"delete from comments where title={msg}"); 实体相关的查询SQL , FromSqlInterpolat 阅读全文
posted @ 2021-11-04 23:09 lunawzh 阅读(938) 评论(0) 推荐(0) 编辑