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
c87ab45d3a
commit
0be15b1737
@ -340,7 +340,9 @@ db.CodeFirst.SetStringDefaultLength(100).InitTables(typeof(CodeTable), typeof(Co
|
||||
```cs
|
||||
var list = db.Utilities.DataTableToList(datatable);
|
||||
```
|
||||
[<font color=red>View more >> </font>](https://github.com/sunkaixuan/SqlSugar/wiki/f.Utilities )
|
||||
|
||||
[<font color=red>View more >> </font>](https://github.com/sunkaixuan/SqlSugar/wiki/f.Utilities )
|
||||
|
||||
|
||||
## 16.SimpleClient
|
||||
```cs
|
||||
@ -351,7 +353,9 @@ sdb.GetList();
|
||||
sdb.DeleteById(1);
|
||||
sdb.Update(obj);
|
||||
```
|
||||
[<font color=red>View more >> </font>](https://github.com/sunkaixuan/SqlSugar/wiki/g.Utilities )
|
||||
|
||||
|
||||
[<font color=red>View more >> </font>](https://github.com/sunkaixuan/SqlSugar/wiki/g.Utilities )
|
||||
|
||||
|
||||
# Code generator
|
||||
|
Loading…
Reference in New Issue
Block a user