From 356c0096ad149e4ee03ae610f73bc4f16a0092a9 Mon Sep 17 00:00:00 2001 From: 28810 <28810@YEXIANGQIN> Date: Fri, 31 Jul 2020 14:12:20 +0800 Subject: [PATCH] update --- AOP.md | 2 +- 实体特性.md | 2 +- 自定义特性.md | 2 +- 骚操作.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AOP.md b/AOP.md index cae87b2..1ae57d6 100644 --- a/AOP.md +++ b/AOP.md @@ -71,7 +71,7 @@ A: 为了考虑一致性用法,全部封装在 ColumnAttribute 下,这样 FreeSql 提供 AOP 自定义特性功能,实现与多个 orm 共同拥有一套实体特性,可避免重复定义特性。 -> v1.4.0+ 已自动识别 EFCore 实体特性 Key/Required/NotMapped/Table/Column +> v1.4.0+ 已自动识别 EFCore 实体特性 Key/Required/NotMapped/MaxLength/StringLength/DatabaseGenerated/Table/Column ```csharp fsql.Aop.ConfigEntity += (s, e) => { diff --git a/实体特性.md b/实体特性.md index 0ec3891..0501cdf 100644 --- a/实体特性.md +++ b/实体特性.md @@ -1,5 +1,5 @@ -v1.4.0+ 已自动识别 EFCore 实体特性 Key/Required/NotMapped/Table/Column +v1.4.0+ 已自动识别 EFCore 实体特性 Key/Required/NotMapped/MaxLength/StringLength/DatabaseGenerated/Table/Column ## 主键(Primary Key) diff --git a/自定义特性.md b/自定义特性.md index 5dbd9d3..392bd32 100644 --- a/自定义特性.md +++ b/自定义特性.md @@ -1,6 +1,6 @@ 本功能可实现与其他 ORM 使用一套 Attribute,避免维护两份实体特性的烦恼: -> v1.4.0+ 已自动识别 EFCore 实体特性 Key/Required/NotMapped/Table/Column +> v1.4.0+ 已自动识别 EFCore 实体特性 Key/Required/NotMapped/MaxLength/StringLength/DatabaseGenerated/Table/Column ```csharp fsql.Aop.ConfigEntity += (s, e) => { diff --git a/骚操作.md b/骚操作.md index 934c4e7..07fc596 100644 --- a/骚操作.md +++ b/骚操作.md @@ -378,7 +378,7 @@ var sql1 = fsql.Select() 本功能可实现与其他 ORM 使用一套 Attribute,避免维护两份实体特性的烦恼: -> v1.4.0+ 已自动识别 EFCore 实体特性 Key/Required/NotMapped/Table/Column +> v1.4.0+ 已自动识别 EFCore 实体特性 Key/Required/NotMapped/MaxLength/StringLength/DatabaseGenerated/Table/Column ```csharp fsql.Aop.ConfigEntity += (s, e) => {