mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-05 16:00:52 +08:00
1
@@ -225,6 +225,7 @@ fsql.Insert<Topic>().MySqlIgnoreInto().AppendData(items).ExecuteAffrows();
|
|||||||
| InsertIdentity | \<this\> | None | Specify the insert auto-increment column |
|
| InsertIdentity | \<this\> | None | Specify the insert auto-increment column |
|
||||||
| InsertColumns | \<this\> | Lambda | Specify the inserted columns |
|
| InsertColumns | \<this\> | Lambda | Specify the inserted columns |
|
||||||
| IgnoreColumns | \<this\> | Lambda | Specify the ignored columns |
|
| IgnoreColumns | \<this\> | Lambda | Specify the ignored columns |
|
||||||
|
| IgnoreInsertValueSql | \<this\> | Lambda | Specify the ignored InsertValueSql columns |
|
||||||
| CommandTimeout | \<this\> | int | Command timeout setting (seconds) |
|
| CommandTimeout | \<this\> | int | Command timeout setting (seconds) |
|
||||||
| WithTransaction | \<this\> | DbTransaction | Set transaction object |
|
| WithTransaction | \<this\> | DbTransaction | Set transaction object |
|
||||||
| WithConnection | \<this\> | DbConnection | Set the connection object |
|
| WithConnection | \<this\> | DbConnection | Set the connection object |
|
||||||
|
|||||||
1
添加.md
1
添加.md
@@ -228,6 +228,7 @@ fsql.Insert<Topic>().MySqlIgnoreInto().AppendData(items).ExecuteAffrows();
|
|||||||
| InsertIdentity | \<this\> | 无 | 指明插入自增列 |
|
| InsertIdentity | \<this\> | 无 | 指明插入自增列 |
|
||||||
| InsertColumns | \<this\> | Lambda | 只插入的列 |
|
| InsertColumns | \<this\> | Lambda | 只插入的列 |
|
||||||
| IgnoreColumns | \<this\> | Lambda | 忽略的列 |
|
| IgnoreColumns | \<this\> | Lambda | 忽略的列 |
|
||||||
|
| IgnoreInsertValueSql | \<this\> | Lambda | 忽略的设置过 InsertValueSql 的列 |
|
||||||
| CommandTimeout | \<this\> | int | 命令超时设置(秒) |
|
| CommandTimeout | \<this\> | int | 命令超时设置(秒) |
|
||||||
| WithTransaction | \<this\> | DbTransaction | 设置事务对象 |
|
| WithTransaction | \<this\> | DbTransaction | 设置事务对象 |
|
||||||
| WithConnection | \<this\> | DbConnection | 设置连接对象 |
|
| WithConnection | \<this\> | DbConnection | 设置连接对象 |
|
||||||
|
|||||||
Reference in New Issue
Block a user