dotnetcore / dotnetcore/FreeSql
请问FreeSql有类拟OpenTransactionIfNotExists()这种方法吗?
Open
- Dominant language
- C#
- Stars
- 4.4k
- Forks
- 910
- PR merge metrics
- No merged PRs in 30d
Description
```
using(var tr = db.OpenTransactionIfNotExists())
{
//程序
tr?.Commit();
}
```
请问FreeSql有类拟OpenTransactionIfNotExists()这种方法吗?
这样可以很方便的解决嵌套调用的时候,内部事务提交的问题。
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.