From 558cbaf2c4d3988ce4bf15a63e6cee7bd464856a Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@qq.com> Date: Wed, 22 Nov 2023 19:50:58 +0800 Subject: [PATCH] Type-Mapping --- Entity-Relationship.md | 2 +- Home.md | 2 +- Import-Entity-Configuration-from-Database.md | 2 +- Install.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Entity-Relationship.md b/Entity-Relationship.md index c848d0e..a6fe616 100644 --- a/Entity-Relationship.md +++ b/Entity-Relationship.md @@ -187,6 +187,6 @@ class UserRole - [《CodeFirst Mode, Part 1: Entity Attributes》](%E5%AE%9E%E4%BD%93%E7%89%B9%E6%80%A7) - [《CodeFirst Mode, Part 2: FluentApi》](FluentApi) - [《CodeFirst Mode, Part 3: Custom Attributes》](%e8%87%aa%e5%ae%9a%e4%b9%89%e7%89%b9%e6%80%a7) -- [《CodeFirst Mode, Part 4: Type Mapping》](Type-Mapping) +- [《CodeFirst Mode, Part 4: Type Mapping》](%e7%b1%bb%e5%9e%8b%e6%98%a0%e5%b0%84) - [《Import Entity Configuration from Database》](Import-Entity-Configuration-from-Database) diff --git a/Home.md b/Home.md index 5655454..5f4e31d 100644 --- a/Home.md +++ b/Home.md @@ -41,7 +41,7 @@ FreeSql supports basic CURD. In addition, it also supports creating models based - 🚧 [《CodeFirst Mode, Part 1: Entity Attributes》](%E5%AE%9E%E4%BD%93%E7%89%B9%E6%80%A7) - 🚧 [《CodeFirst Mode, Part 2: FluentApi》](FluentApi) - 🚧 [《CodeFirst Mode, Part 3: Custom Attributes》](%e8%87%aa%e5%ae%9a%e4%b9%89%e7%89%b9%e6%80%a7) - - 🚧 [《CodeFirst Mode, Part 4: Type Mapping》](Type-Mapping) + - 🚧 [《CodeFirst Mode, Part 4: Type Mapping》](%e7%b1%bb%e5%9e%8b%e6%98%a0%e5%b0%84) - 🚧 [《CodeFirst Mode, Part 5: Migration Structure》](Migration-Structure) - 🚧 [《Introduction to DbFirst Mode》](DbFirst) diff --git a/Import-Entity-Configuration-from-Database.md b/Import-Entity-Configuration-from-Database.md index db93832..b0d59f0 100644 --- a/Import-Entity-Configuration-from-Database.md +++ b/Import-Entity-Configuration-from-Database.md @@ -22,6 +22,6 @@ Database configuration> Entity Attribute> FluentApi> Aop (custom entity attribut - [《CodeFirst Mode, Part 1: Entity Attributes》](%E5%AE%9E%E4%BD%93%E7%89%B9%E6%80%A7) - [《CodeFirst Mode, Part 2: FluentApi》](FluentApi) - [《CodeFirst Mode, Part 3: Custom Attributes》](%e8%87%aa%e5%ae%9a%e4%b9%89%e7%89%b9%e6%80%a7) -- [《CodeFirst Mode, Part 4: Type Mapping》](Type-Mapping) +- [《CodeFirst Mode, Part 4: Type Mapping》](%e7%b1%bb%e5%9e%8b%e6%98%a0%e5%b0%84) - [《CodeFirst Mode, Part 5: Migration Structure》](Migration-Structure) - [《CodeFirst Mode, Part 6: Entity Relationship》](Entity-Relationship) diff --git a/Install.md b/Install.md index 6fd8eb8..8dab0ff 100644 --- a/Install.md +++ b/Install.md @@ -59,7 +59,7 @@ FreeSql supports basic CURD. In addition, it also supports creating models based - [《CodeFirst Mode, Part 1: Entity Attributes》](%E5%AE%9E%E4%BD%93%E7%89%B9%E6%80%A7) - [《CodeFirst Mode, Part 2: FluentApi》](FluentApi) - [《CodeFirst Mode, Part 3: Custom Attributes》](%e8%87%aa%e5%ae%9a%e4%b9%89%e7%89%b9%e6%80%a7) - - [《CodeFirst Mode, Part 4: Type Mapping》](Type-Mapping) + - [《CodeFirst Mode, Part 4: Type Mapping》](%e7%b1%bb%e5%9e%8b%e6%98%a0%e5%b0%84) - [《CodeFirst Mode, Part 5: Migration Structure》](Migration-Structure) - [《Introduction to DbFirst Mode》](DbFirst)