移除 WhereExists: db7fe82403

AlexLEWIS
2021-08-06 11:48:13 +08:00
parent 1085ea65da
commit 807e768545

@@ -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 | 设置连接对象 |