1

2881099
2023-12-01 12:43:29 +08:00
parent df026818eb
commit 8bb0bd097e
2 changed files with 2 additions and 0 deletions

@@ -225,6 +225,7 @@ fsql.Insert<Topic>().MySqlIgnoreInto().AppendData(items).ExecuteAffrows();
| InsertIdentity | \<this\> | None | Specify the insert auto-increment column |
| InsertColumns | \<this\> | Lambda | Specify the inserted columns |
| IgnoreColumns | \<this\> | Lambda | Specify the ignored columns |
| IgnoreInsertValueSql | \<this\> | Lambda | Specify the ignored InsertValueSql columns |
| CommandTimeout | \<this\> | int | Command timeout setting (seconds) |
| WithTransaction | \<this\> | DbTransaction | Set transaction object |
| WithConnection | \<this\> | DbConnection | Set the connection object |

@@ -228,6 +228,7 @@ fsql.Insert<Topic>().MySqlIgnoreInto().AppendData(items).ExecuteAffrows();
| InsertIdentity | \<this\> | 无 | 指明插入自增列 |
| InsertColumns | \<this\> | Lambda | 只插入的列 |
| IgnoreColumns | \<this\> | Lambda | 忽略的列 |
| IgnoreInsertValueSql | \<this\> | Lambda | 忽略的设置过 InsertValueSql 的列 |
| CommandTimeout | \<this\> | int | 命令超时设置(秒) |
| WithTransaction | \<this\> | DbTransaction | 设置事务对象 |
| WithConnection | \<this\> | DbConnection | 设置连接对象 |