mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 15:30:53 +08:00
Updated 添加 (markdown)
2
添加.md
2
添加.md
@@ -153,7 +153,7 @@ var t6 = fsql.Insert(items).IgnoreColumns(a => new { a.Title, a.CreateTime }).Ex
|
||||
## 7、字典插入
|
||||
|
||||
```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