Merge branch 'SqlSugar5' of github.com:sunkaixuan/SqlSugar

This commit is contained in:
skx 2020-03-31 16:03:53 +08:00
commit 000bfe195a

View File

@ -8,7 +8,7 @@ SqlSugar=One object+One parameter=16 functions,
SupportMySql、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
![输入图片说明](http://www.codeisbug.com/_theme/ueditor/utf8-net/net/upload/image/20190430/6369224056499802674782957.jpg?id=11 "sqlsugar")
![输入图片说明](http://www.codeisbug.com/_theme/ueditor/utf8-net/net/upload/image/20190430/6369224056499802674782957.jpg?id=111 "sqlsugar")
## 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
![输入图片说明](http://www.codeisbug.com/_theme/ueditor/utf8-net/net/upload/image/20190502/6369240932997363035197459.png?id=1 "Queryable")
![输入图片说明](http://www.codeisbug.com/_theme/ueditor/utf8-net/net/upload/image/20190502/6369240932997363035197459.png?id=112 "Queryable")
##### Here are some examples
```cs