mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 23:40:53 +08:00
Updated 修改 (markdown)
1
修改.md
1
修改.md
@@ -264,7 +264,6 @@ UPDATE `T1` SET Title = '111' WHERE id in (select a.id from T1 a left join Optio
|
||||
| Where | \<this\> | Lambda | 表达式条件,仅支持实体基础成员(不包含导航对象) |
|
||||
| Where | \<this\> | string, parms | 原生sql语法条件,Where("id = @id", new { id = 1 }) |
|
||||
| Where | \<this\> | T1 \| IEnumerable\<T1\> | 传入实体或集合,将其主键作为条件 |
|
||||
| WhereExists | \<this\> | ISelect | 子查询是否存在 |
|
||||
| CommandTimeout | \<this\> | int | 命令超时设置(秒) |
|
||||
| WithTransaction | \<this\> | DbTransaction | 设置事务对象 |
|
||||
| WithConnection | \<this\> | DbConnection | 设置连接对象 |
|
||||
|
||||
Reference in New Issue
Block a user