mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-01 10:10:16 +08:00
Merge branch 'SqlSugar5' of github.com:sunkaixuan/SqlSugar
This commit is contained in:
commit
000bfe195a
10
README.md
10
README.md
@ -8,7 +8,7 @@ SqlSugar=One object+One parameter=16 functions,
|
||||
|
||||
Support:MySql、SqlServer、Sqlite、Oracle 、 postgresql
|
||||
## Contactinfomation
|
||||
Email:610262374@qq.com
|
||||
Email:610262374@qq.com
|
||||
QQ Group:225982985
|
||||
|
||||
## Nuget
|
||||
@ -19,12 +19,12 @@ QQ Group:225982985
|
||||
|
||||
## SqlSugar's 16 Functions
|
||||
There are 16 methods under SqlSugarClient
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
## Create SqlSugarClient
|
||||
All operations are based on SqlSugarClient
|
||||
All operations are based on SqlSugarClient
|
||||
|
||||
SqlSugarClient parameter and only one ConnectionConfig
|
||||
```cs
|
||||
@ -70,7 +70,7 @@ public class Student
|
||||
|
||||
## 1. Queryable
|
||||
We use it to query
|
||||

|
||||

|
||||
|
||||
##### Here are some examples
|
||||
```cs
|
||||
|
Loading…
Reference in New Issue
Block a user