mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Update README.md
This commit is contained in:
parent
616ef51eb3
commit
5166edd70a
@ -29,7 +29,7 @@ There are 16 methods under SqlSugarClient
|
||||
## Create SqlSugarClient
|
||||
All operations are based on SqlSugarClient
|
||||
```cs
|
||||
public List<Student> GetStudentList()
|
||||
public List<Student> GetStudentList()
|
||||
{
|
||||
var db= GetInstance();
|
||||
var list= db.Queryable<Student>().ToList();//Search
|
||||
|
Loading…
Reference in New Issue
Block a user