Browse Source

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

pull/12/MERGE
skx 5 years ago
parent
commit
000bfe195a
  1. 10
      README.md

10
README.md

@ -8,7 +8,7 @@ SqlSugar=One object+One parameter=16 functions,
Support:MySql、SqlServer、Sqlite、Oracle 、 postgresql Support:MySql、SqlServer、Sqlite、Oracle 、 postgresql
## Contactinfomation ## Contactinfomation
Email:610262374@qq.com Email:610262374@qq.com
QQ Group:225982985 QQ Group:225982985
## Nuget ## Nuget
@ -19,12 +19,12 @@ QQ Group:225982985
## SqlSugar's 16 Functions ## SqlSugar's 16 Functions
There are 16 methods under SqlSugarClient 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 ## Create SqlSugarClient
All operations are based on SqlSugarClient All operations are based on SqlSugarClient
SqlSugarClient parameter and only one ConnectionConfig SqlSugarClient parameter and only one ConnectionConfig
```cs ```cs
@ -70,7 +70,7 @@ public class Student
## 1. Queryable ## 1. Queryable
We use it to query 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 ##### Here are some examples
```cs ```cs

Loading…
Cancel
Save