mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-06 00:10:55 +08:00
移除 WhereExists: db7fe82403
1
删除.md
1
删除.md
@@ -101,7 +101,6 @@ DELETE FROM `T1` WHERE id in (select a.id from T1 a left join Options b on b.t1i
|
||||
| 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