This website requires JavaScript.
Explore
Help
Register
Sign In
tk
/
FreeSql
Watch
1
Star
0
Fork
0
You've already forked FreeSql
mirror of
https://github.com/nsnail/FreeSql.git
synced
2025-04-22 02:32:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql
/
Interface
History
28810
fff7925d22
- 增加 ISelect`1 AsQueryable 方法,实现将 ISelect 转换为 IQueryable 类型;
2020-03-11 18:51:56 +08:00
..
Curd
- 增加 ISelect`1 AsQueryable 方法,实现将 ISelect 转换为 IQueryable 类型;
2020-03-11 18:51:56 +08:00
IAdo.cs
- 调整 移除对 System.ValueType 的依赖,减少版本冲突问题;(目前 FreeSql.dll 无任何公用库依赖)
2020-03-07 16:08:03 +08:00
IAop.cs
- 调整 Aop 改为 event 事件;
2020-03-02 18:57:53 +08:00
ICodeFirst.cs
- 调整 移除对 System.ValueType 的依赖,减少版本冲突问题;(目前 FreeSql.dll 无任何公用库依赖)
2020-03-07 16:08:03 +08:00
iDbFirst.cs
源代码改用vs默认格式化
2019-06-27 09:40:35 +08:00
IFreeSql.cs
- 增加 ISelect.ForUpdate 排他更新锁(根据数据库类型的规则,见代码注释);
2019-12-14 11:43:17 +08:00