mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-01 19:03:58 +08:00
Update README.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user