mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-04 23:40:53 +08:00
update
@@ -83,7 +83,9 @@ public class DB
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Then when using it, use `fsql` directly through ```IFreeSql fsql = DB.Sqlite;```.
|
> Tips: `class DB\<T\>` 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:
|
IFreeSql is the top-level object of ORM, and all operations use its methods or properties:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user