From 561e3f8bfdfaf606bf1dff4124826002c57bb714 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Mon, 28 Apr 2025 21:27:07 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=AE=9E=E4=BD=93=E7=89=B9=E6=80=A7?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 实体特性.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/实体特性.md b/实体特性.md index f181019..1e9faa0 100644 --- a/实体特性.md +++ b/实体特性.md @@ -16,7 +16,7 @@ class Topic { } - 1、实体类名 - 2、Aop fsql.Aop.ConfigEntity += (_, e) => e.ModifyResult.Name = "public.tabname" -- 3、FluentApi fsql.CodeFirst.ConfigEntity(a => a.Name("public.tabname")) +- 3、[FluentApi](fluent-api.md) fsql.CodeFirst.ConfigEntity(a => a.Name("public.tabname")) - 4、[Table(Name = "public.tabname")] - 5、AsTable fsql.Select().AsTable((_, old) => "public.tabname").ToList()