mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 15:30:53 +08:00
Updated Insert Data (markdown)
@@ -153,7 +153,7 @@ All Columns < Specified columns (InsertColumns) < Ignored Columns (IgnoreColumns
|
|||||||
## 7、Dictionary Insert
|
## 7、Dictionary Insert
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
Dictionary<string, object> dic = new Dictionary<string, object>();
|
var dic = new Dictionary<string, object>();
|
||||||
dic.Add("id", 1);
|
dic.Add("id", 1);
|
||||||
dic.Add("name", "xxxx");
|
dic.Add("name", "xxxx");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user