mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2026-01-19 17:51:36 +08:00
Update README.md
This commit is contained in:
@@ -340,7 +340,9 @@ db.CodeFirst.SetStringDefaultLength(100).InitTables(typeof(CodeTable), typeof(Co
|
|||||||
```cs
|
```cs
|
||||||
var list = db.Utilities.DataTableToList(datatable);
|
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
|
## 16.SimpleClient
|
||||||
```cs
|
```cs
|
||||||
@@ -351,7 +353,9 @@ sdb.GetList();
|
|||||||
sdb.DeleteById(1);
|
sdb.DeleteById(1);
|
||||||
sdb.Update(obj);
|
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
|
# Code generator
|
||||||
|
|||||||
Reference in New Issue
Block a user