mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-24 01:00:59 +08:00
Updated 添加或修改 (markdown)
2
添加或修改.md
2
添加或修改.md
@@ -29,7 +29,7 @@ fsql.InsertOrUpdate<T>()
|
||||
## 2、字典插入或更新
|
||||
|
||||
```csharp
|
||||
Dictionary<string, object> dic = new Dictionary<string, object>();
|
||||
var dic = new Dictionary<string, object>();
|
||||
dic.Add("id", 1);
|
||||
dic.Add("name", "xxxx");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user