Loading

摘要: dapper处理数据并发更新时,需先读取rowversion,再在update脚本中添加where条件,若未成功更新则抛出异常 样例代码: public async Task<IActionResult> Put(int id, [FromBody] Aircraft model) { byte[] 阅读全文
posted @ 2020-06-12 15:26 wswind 阅读(774) 评论(0) 推荐(1) 编辑