update

28810
2019-01-22 19:16:58 +08:00
parent 9647b3b846
commit 309c511fba

13
Home.md

@@ -22,12 +22,13 @@ FreeSql是一个功能强大的NETStandard库用于对象关系映射程序(O
* [分组聚合](https://github.com/2881099/FreeSql/wiki/%e5%88%86%e7%bb%84%e8%81%9a%e5%90%88)
* [返回查询的数据](https://github.com/2881099/FreeSql/wiki/%e8%bf%94%e5%9b%9e%e6%9f%a5%e8%af%a2%e7%9a%84%e6%95%b0%e6%8d%ae)
* [缓存](https://github.com/2881099/FreeSql/wiki/%e7%bc%93%e5%ad%98)
* [延时加载](https://github.com/2881099/FreeSql/wiki/)
* [贪婪加载](https://github.com/2881099/FreeSql/wiki/)
* CodeFirst
* 实体特性
* 外部配置实体
* 迁移结构
* [延时加载](https://github.com/2881099/FreeSql/wiki/%e5%bb%b6%e6%97%b6%e5%8a%a0%e8%bd%bd)
* [贪婪加载](https://github.com/2881099/FreeSql/wiki/%e8%b4%aa%e5%a9%aa%e5%8a%a0%e8%bd%bd)
* [CodeFirst](https://github.com/2881099/FreeSql/wiki/CodeFirst)
* [实体特性](https://github.com/2881099/FreeSql/wiki/CodeFirst#%e5%ae%9e%e4%bd%93%e7%89%b9%e6%80%a7)
* [外部配置实体](https://github.com/2881099/FreeSql/wiki/CodeFirst#%e5%a4%96%e9%83%a8%e9%85%8d%e7%bd%ae%e5%ae%9e%e4%bd%93)
* [迁移结构](https://github.com/2881099/FreeSql/wiki/CodeFirst#%e8%bf%81%e7%a7%bb%e7%bb%93%e6%9e%84)
* [迁移结构](https://github.com/2881099/FreeSql/wiki/CodeFirst#%e7%b1%bb%e5%9e%8b%e6%98%a0%e5%b0%84)
* DbFirst
* 使用模板生成器
* 表达式函数