mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 07:20:51 +08:00
Updated Insert Data (markdown)
@@ -153,7 +153,7 @@ All Columns < Specified columns (InsertColumns) < Ignored Columns (IgnoreColumns
|
||||
## 7、Dictionary Insert
|
||||
|
||||
```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