You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Extensions/FreeSql.Extensions.BaseEntity/README.MD
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,10 @@ This article will introduce a very simple CRUD operation method of BaseEntity.
31
31
32
32
> dotnet add package FreeSql.Provider.Sqlite
33
33
34
+
```csharp
35
+
BaseEntity.Initialization(fsql, null);
36
+
```
37
+
34
38
1. Define an auto-increment primary key of type `int`. When the `TKey` of `BaseEntity` is specified as `int/long`, the primary key will be considered as auto-increment;
0 commit comments