- 修复 fsql.InsertOrUpdate 在同线程事务模式内使用的 bug #402;

This commit is contained in:
28810
2020-08-03 14:35:43 +08:00
parent 270085e50b
commit c7cd1cda3b
3 changed files with 157 additions and 188 deletions

View File

@ -125,13 +125,6 @@
清空状态数据
</summary>
</member>
<member name="M:FreeSql.DbSet`1.RemoveAsync(System.Linq.Expressions.Expression{System.Func{`0,System.Boolean}})">
<summary>
根据 lambda 条件删除数据
</summary>
<param name="predicate"></param>
<returns></returns>
</member>
<member name="M:FreeSql.DbSet`1.Add(`0)">
<summary>
添加