From 8bb0bd097ee8237c7d70ff7c51f4a83c8afc577d Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@qq.com> Date: Fri, 1 Dec 2023 12:43:29 +0800 Subject: [PATCH] 1 --- Insert-Data.md | 1 + 添加.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Insert-Data.md b/Insert-Data.md index 5cc6b2a..d4e7d83 100644 --- a/Insert-Data.md +++ b/Insert-Data.md @@ -225,6 +225,7 @@ fsql.Insert().MySqlIgnoreInto().AppendData(items).ExecuteAffrows(); | InsertIdentity | \ | None | Specify the insert auto-increment column | | InsertColumns | \ | Lambda | Specify the inserted columns | | IgnoreColumns | \ | Lambda | Specify the ignored columns | +| IgnoreInsertValueSql | \ | Lambda | Specify the ignored InsertValueSql columns | | CommandTimeout | \ | int | Command timeout setting (seconds) | | WithTransaction | \ | DbTransaction | Set transaction object | | WithConnection | \ | DbConnection | Set the connection object | diff --git a/添加.md b/添加.md index 06c4a52..70fe68d 100644 --- a/添加.md +++ b/添加.md @@ -228,6 +228,7 @@ fsql.Insert().MySqlIgnoreInto().AppendData(items).ExecuteAffrows(); | InsertIdentity | \ | 无 | 指明插入自增列 | | InsertColumns | \ | Lambda | 只插入的列 | | IgnoreColumns | \ | Lambda | 忽略的列 | +| IgnoreInsertValueSql | \ | Lambda | 忽略的设置过 InsertValueSql 的列 | | CommandTimeout | \ | int | 命令超时设置(秒) | | WithTransaction | \ | DbTransaction | 设置事务对象 | | WithConnection | \ | DbConnection | 设置连接对象 |