mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 15:30:53 +08:00
Updated Update Data (markdown)
@@ -196,7 +196,7 @@ The three of them are functions of the same level, corresponding to:
|
||||
## 7、Dictionary Update
|
||||
|
||||
```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