mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-11 02:40:55 +08:00
update
2
API.md
2
API.md
@@ -18,7 +18,7 @@
|
||||
|
||||
| 属性 | 返回值 | 说明 |
|
||||
| -- | -- | -- |
|
||||
| Ado | IAdo | 数据库访问对象,封装了类似 SqlHelper 的操作 |
|
||||
| Ado | IAdo | 数据库访问对象,封装了类似 SqlHelper 操作:ExecuteNonQuery/ExecuteScalar/ExecuteConnectTest 等 |
|
||||
| [Aop](https://github.com/2881099/FreeSql/wiki/AOP) | IAop | 所有 AOP 拦截方法都在这里 |
|
||||
| [CodeFirst](https://github.com/2881099/FreeSql/wiki/API#CodeFirst) | ICodeFirst | 封装 CodeFirst 模式开发相关方法 |
|
||||
| [DbFirst](https://github.com/2881099/FreeSql/wiki/API#CodeFirst) | IDbFirst | 封装 DbFirst 模式开发相关方法 |
|
||||
|
||||
1
更新日志.md
1
更新日志.md
@@ -13,6 +13,7 @@
|
||||
- 增加 ISelect<2..10> 多表 WithSql 方法;
|
||||
- **增加 IDbConnection/IDbTransaction 对象的扩展方法 Select/Insert/Update/Delete 实现 CRUD** #267;
|
||||
- 增加 IAdo.GetDbParamtersByObject 方法获取 DbParameter[];
|
||||
- 增加 IAdo.ExecuteConnectTest 快速判断连接是否可用 #113;
|
||||
- 修复 fsql.InsertOrUpdate 在同线程事务模式内使用的 bug #402;
|
||||
- 修复 fsql.Ado.ExecuteDataTable 当记录不存在时,未返回 Columns 设置 #403;
|
||||
- 修复 IInsert/IUpdate BatchProgress 异步执行不生效的 bug;
|
||||
|
||||
Reference in New Issue
Block a user