From b17b8f7b64fec3cf1ff0f3d11640e29c48bf4ada Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@qq.com> Date: Sat, 13 Aug 2022 13:02:03 +0800 Subject: [PATCH] update --- Getting-Started.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index bce12b4..e57afa8 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -83,7 +83,9 @@ public class DB } ``` -Then when using it, use `fsql` directly through ```IFreeSql fsql = DB.Sqlite;```. +> Tips: `class DB\` Generic classes are not suitable for static singletons + +Then when using it, use `fsql` directly through `IFreeSql fsql = DB.Sqlite;`. IFreeSql is the top-level object of ORM, and all operations use its methods or properties: