mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-13 11:50:56 +08:00
1
16
事务.md
16
事务.md
@@ -1,20 +1,6 @@
|
||||
# 事务Transaction
|
||||
|
||||
::: code-tabs
|
||||
|
||||
@tab:active .NET CLI
|
||||
|
||||
```bash
|
||||
dotnet add package FreeSql.DbContext
|
||||
```
|
||||
|
||||
@tab Package Manager
|
||||
|
||||
```bash
|
||||
Install-Package FreeSql.DbContext
|
||||
```
|
||||
|
||||
:::
|
||||
> dotnet add package FreeSql.DbContext
|
||||
|
||||
## 1、常规事务
|
||||
|
||||
|
||||
Reference in New Issue
Block a user