diff --git a/README.md b/README.md index 18592dda5..80c67c6a2 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ There are 16 methods under SqlSugarClient ## Create SqlSugarClient All operations are based on SqlSugarClient + +SqlSugarClient parameter and only one ConnectionConfig ```cs public List GetStudentList() { @@ -65,12 +67,14 @@ public class Student public string Name { get; set; } } ``` - + [View more >> ](https://github.com/sunkaixuan/SqlSugar/wiki/0.SqlSugarClient) ## 1. Queryable We use it to query + ![输入图片说明](http://www.codeisbug.com/_theme/ueditor/utf8-net/net/upload/image/20190502/6369240932997363035197459.png?id=1 "Queryable") +##### Here are some examples ```cs //easy var getAll = db.Queryable().ToList();