From 1843e7dc5efd23579aa75693c693f85ca09eaa0c Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:15:28 +0800 Subject: [PATCH] Updated Repository Layer (markdown) --- Repository-Layer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Repository-Layer.md b/Repository-Layer.md index 0db63e3..144985e 100644 --- a/Repository-Layer.md +++ b/Repository-Layer.md @@ -153,6 +153,8 @@ Notice: * Versions after v0.11.12 can use CodeFirst to migrate sharding tables. * Do not use lazy loading in the entity type of sharding tables and database. +For more information, please move to [Table and Database](%e5%88%86%e8%a1%a8%e5%88%86%e5%ba%93) + ## Compatibility Problems The `output inserted` feature provided by SqlServer. When the table uses auto-increment or the database defines a default value, use this feature to quickly return the inserted data. PostgreSQL also has similar functions, but not every database supports it.