From fa0eb2f7bb690f4d491172766f6ad6e21af46cce Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Mon, 30 Dec 2019 19:11:05 +0800 Subject: [PATCH] update --- AOP.md | 2 +- DbFirst.md | 2 +- FluentApi.md | 4 ++-- Home.md | 2 +- _Sidebar.md | 2 +- 安装.md | 2 +- 实体特性.md | 2 +- 导入数据库特性.md | 2 +- 更新日志.md | 2 +- 缓存.md | 2 +- 自定义特性.md | 2 +- 读写分离.md | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) diff --git a/AOP.md b/AOP.md index 9de199d..cae223c 100644 --- a/AOP.md +++ b/AOP.md @@ -113,7 +113,7 @@ fsql.Aop.ParseExpression = (s, e) => { - [《性能》](https://github.com/2881099/FreeSql/wiki/%e6%80%a7%e8%83%bd) * [《CodeFirst模式开发介绍》](https://github.com/2881099/FreeSql/wiki/CodeFirst) * [《CodeFirst模式之一:实体特性》](https://github.com/2881099/FreeSql/wiki/%e5%ae%9e%e4%bd%93%e7%89%b9%e6%80%a7) - * [《CodeFirst模式之二:外部配置实体》](https://github.com/2881099/FreeSql/wiki/FluentApi) + * [《CodeFirst模式之二:FluentApi》](https://github.com/2881099/FreeSql/wiki/FluentApi) * [《CodeFirst模式之三:自定义特性》](https://github.com/2881099/FreeSql/wiki/%e8%87%aa%e5%ae%9a%e4%b9%89%e7%89%b9%e6%80%a7) * [《CodeFirst模式之四:类型映射》](https://github.com/2881099/FreeSql/wiki/%e7%b1%bb%e5%9e%8b%e6%98%a0%e5%b0%84) * [《CodeFirst模式之五:迁移结构》](https://github.com/2881099/FreeSql/wiki/CodeFirst#%e8%bf%81%e7%a7%bb%e7%bb%93%e6%9e%84) diff --git a/DbFirst.md b/DbFirst.md index fe02330..c7aff26 100644 --- a/DbFirst.md +++ b/DbFirst.md @@ -43,7 +43,7 @@ var t2 = fsql.DbFirst.GetTablesByDatabase(fsql.DbFirst.GetDatabases()[0]); * [《CodeFirst模式开发介绍》](https://github.com/2881099/FreeSql/wiki/CodeFirst) * [《CodeFirst模式之一:实体特性》](https://github.com/2881099/FreeSql/wiki/%e5%ae%9e%e4%bd%93%e7%89%b9%e6%80%a7) - * [《CodeFirst模式之二:外部配置实体》](https://github.com/2881099/FreeSql/wiki/FluentApi) + * [《CodeFirst模式之二:FluentApi》](https://github.com/2881099/FreeSql/wiki/FluentApi) * [《CodeFirst模式之三:自定义特性》](https://github.com/2881099/FreeSql/wiki/%e8%87%aa%e5%ae%9a%e4%b9%89%e7%89%b9%e6%80%a7) * [《CodeFirst模式之四:类型映射》](https://github.com/2881099/FreeSql/wiki/%e7%b1%bb%e5%9e%8b%e6%98%a0%e5%b0%84) * [《CodeFirst模式之五:迁移结构》](https://github.com/2881099/FreeSql/wiki/CodeFirst#%e8%bf%81%e7%a7%bb%e7%bb%93%e6%9e%84) \ No newline at end of file diff --git a/FluentApi.md b/FluentApi.md index 8d1049c..2d2a056 100644 --- a/FluentApi.md +++ b/FluentApi.md @@ -18,11 +18,11 @@ fsql.CodeFirst FluentApi 的命名与特性保持一致,有关说明请移步参考:[《实体特性说明》](https://github.com/2881099/FreeSql/wiki/%e5%ae%9e%e4%bd%93%e7%89%b9%e6%80%a7) -> v1.1 增加扩展包 FreeSql.Extensions.EfCoreFluentApi,方便 EfCore 使用者过渡,使用方法接近 EfCore +> v1.1 增加扩展包 [FreeSql.Extensions.EfCoreFluentApi](https://github.com/2881099/FreeSql/tree/master/Extensions/FreeSql.Extensions.EfCoreFluentApi),方便 EfCore 使用者过渡,使用方法接近 EfCore ## 优先级 -数据库特性 > 实体特性 > FluantApi(配置特性) > Aop(配置特性) +数据库特性 > 实体特性 > FluentApi(配置特性) > Aop(配置特性) ## 参考资料 diff --git a/Home.md b/Home.md index 76fc2f4..db850a9 100644 --- a/Home.md +++ b/Home.md @@ -42,7 +42,7 @@ FreeSql是一个功能强大的NETStandard库,用于对象关系映射程序(O * [DbContext](https://github.com/2881099/FreeSql/wiki/DbContext) * [CodeFirst](https://github.com/2881099/FreeSql/wiki/CodeFirst) * [实体特性!!](https://github.com/2881099/FreeSql/wiki/%e5%ae%9e%e4%bd%93%e7%89%b9%e6%80%a7) - * [外部配置实体](https://github.com/2881099/FreeSql/wiki/FluentApi) + * [FluentApi](https://github.com/2881099/FreeSql/wiki/FluentApi) * [自定义特性](https://github.com/2881099/FreeSql/wiki/%e8%87%aa%e5%ae%9a%e4%b9%89%e7%89%b9%e6%80%a7) * [类型映射](https://github.com/2881099/FreeSql/wiki/%e7%b1%bb%e5%9e%8b%e6%98%a0%e5%b0%84) * [导航配置!!](https://github.com/2881099/FreeSql/wiki/%e5%ae%9e%e4%bd%93%e5%85%b3%e7%b3%bb) diff --git a/_Sidebar.md b/_Sidebar.md index c792d09..bf09534 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -30,7 +30,7 @@ * [DbContext](https://github.com/2881099/FreeSql/wiki/DbContext) * [CodeFirst](https://github.com/2881099/FreeSql/wiki/CodeFirst) * [实体特性!!](https://github.com/2881099/FreeSql/wiki/%e5%ae%9e%e4%bd%93%e7%89%b9%e6%80%a7) - * [外部配置实体](https://github.com/2881099/FreeSql/wiki/FluentApi) + * [FluentApi](https://github.com/2881099/FreeSql/wiki/FluentApi) * [自定义特性](https://github.com/2881099/FreeSql/wiki/%e8%87%aa%e5%ae%9a%e4%b9%89%e7%89%b9%e6%80%a7) * [类型映射](https://github.com/2881099/FreeSql/wiki/%e7%b1%bb%e5%9e%8b%e6%98%a0%e5%b0%84) * [导航配置!!](https://github.com/2881099/FreeSql/wiki/%e5%ae%9e%e4%bd%93%e5%85%b3%e7%b3%bb) diff --git a/安装.md b/安装.md index fb7773d..7929605 100644 --- a/安装.md +++ b/安装.md @@ -24,7 +24,7 @@ FreeSql 除了支持基本的增删查改功能外,还支持基于现有数据 * [《CodeFirst模式开发介绍》](https://github.com/2881099/FreeSql/wiki/CodeFirst) * [《CodeFirst模式之一:实体特性》](https://github.com/2881099/FreeSql/wiki/%e5%ae%9e%e4%bd%93%e7%89%b9%e6%80%a7) - * [《CodeFirst模式之二:外部配置实体》](https://github.com/2881099/FreeSql/wiki/FluentApi) + * [《CodeFirst模式之二:FluentApi》](https://github.com/2881099/FreeSql/wiki/FluentApi) * [《CodeFirst模式之三:自定义特性》](https://github.com/2881099/FreeSql/wiki/%e8%87%aa%e5%ae%9a%e4%b9%89%e7%89%b9%e6%80%a7) * [《CodeFirst模式之四:类型映射》](https://github.com/2881099/FreeSql/wiki/%e7%b1%bb%e5%9e%8b%e6%98%a0%e5%b0%84) * [《CodeFirst模式之五:迁移结构》](https://github.com/2881099/FreeSql/wiki/CodeFirst#%e8%bf%81%e7%a7%bb%e7%bb%93%e6%9e%84) diff --git a/实体特性.md b/实体特性.md index 029dea8..6fbdcbc 100644 --- a/实体特性.md +++ b/实体特性.md @@ -267,7 +267,7 @@ FreeSql CodeFirst 支持将 c# 代码内的注释,迁移至数据库的备注 ## 优先级 -数据库特性 > 实体特性 > FluantApi(配置特性) > Aop(配置特性) +数据库特性 > 实体特性 > FluentApi(配置特性) > Aop(配置特性) ## 参考资料 diff --git a/导入数据库特性.md b/导入数据库特性.md index 4672abc..3972c34 100644 --- a/导入数据库特性.md +++ b/导入数据库特性.md @@ -10,7 +10,7 @@ fsql.CodeFirst.IsConfigEntityFromDbFirst = true; ## 优先级 -数据库特性 > 实体特性 > FluantApi(配置特性) > Aop(配置特性) +数据库特性 > 实体特性 > FluentApi(配置特性) > Aop(配置特性) ## 参考资料 diff --git a/更新日志.md b/更新日志.md index 4505409..50f3e8a 100644 --- a/更新日志.md +++ b/更新日志.md @@ -888,7 +888,7 @@ repos.DataFilter.Apply("name", a => a.Id > 1) 附加新的过滤器 ## v0.1.6 -- 修复 外部配置实体ConfigEntity 与 延时加载 冲突产生的 bug; +- 修复 FluentApiConfigEntity 与 延时加载 冲突产生的 bug; ## v0.1.5 diff --git a/缓存.md b/缓存.md index 38efc1c..6503d9a 100644 --- a/缓存.md +++ b/缓存.md @@ -31,7 +31,7 @@ Assert.Equal(result1.Count, result1.Count); * [《CodeFirst模式开发介绍》](https://github.com/2881099/FreeSql/wiki/CodeFirst) * [《CodeFirst模式之一:实体特性》](https://github.com/2881099/FreeSql/wiki/%e5%ae%9e%e4%bd%93%e7%89%b9%e6%80%a7) - * [《CodeFirst模式之二:外部配置实体》](https://github.com/2881099/FreeSql/wiki/FluentApi) + * [《CodeFirst模式之二:FluentApi》](https://github.com/2881099/FreeSql/wiki/FluentApi) * [《CodeFirst模式之三:自定义特性》](https://github.com/2881099/FreeSql/wiki/%e8%87%aa%e5%ae%9a%e4%b9%89%e7%89%b9%e6%80%a7) * [《CodeFirst模式之四:类型映射》](https://github.com/2881099/FreeSql/wiki/%e7%b1%bb%e5%9e%8b%e6%98%a0%e5%b0%84) * [《CodeFirst模式之五:迁移结构》](https://github.com/2881099/FreeSql/wiki/CodeFirst#%e8%bf%81%e7%a7%bb%e7%bb%93%e6%9e%84) diff --git a/自定义特性.md b/自定义特性.md index b9df4ca..715af5b 100644 --- a/自定义特性.md +++ b/自定义特性.md @@ -24,7 +24,7 @@ class ModelAopConfigEntity { ## 优先级 -数据库特性 > 实体特性 > FluantApi(配置特性) > Aop(配置特性) +数据库特性 > 实体特性 > FluentApi(配置特性) > Aop(配置特性) ## 参考资料 diff --git a/读写分离.md b/读写分离.md index 09c1c48..005fdd6 100644 --- a/读写分离.md +++ b/读写分离.md @@ -33,7 +33,7 @@ select.Master().WhereId(a => a.Id == 1).ToOne(); //强制读【主库】 - [《性能》](https://github.com/2881099/FreeSql/wiki/%e6%80%a7%e8%83%bd) * [《CodeFirst模式开发介绍》](https://github.com/2881099/FreeSql/wiki/CodeFirst) * [《CodeFirst模式之一:实体特性》](https://github.com/2881099/FreeSql/wiki/%e5%ae%9e%e4%bd%93%e7%89%b9%e6%80%a7) - * [《CodeFirst模式之二:外部配置实体》](https://github.com/2881099/FreeSql/wiki/FluentApi) + * [《CodeFirst模式之二:FluentApi》](https://github.com/2881099/FreeSql/wiki/FluentApi) * [《CodeFirst模式之三:自定义特性》](https://github.com/2881099/FreeSql/wiki/%e8%87%aa%e5%ae%9a%e4%b9%89%e7%89%b9%e6%80%a7) * [《CodeFirst模式之四:类型映射》](https://github.com/2881099/FreeSql/wiki/%e7%b1%bb%e5%9e%8b%e6%98%a0%e5%b0%84) * [《CodeFirst模式之五:迁移结构》](https://github.com/2881099/FreeSql/wiki/CodeFirst#%e8%bf%81%e7%a7%bb%e7%bb%93%e6%9e%84)