Browse Source

Update README.md

pull/12/MERGE
sunkaixuan 6 years ago
committed by GitHub
parent
commit
0be15b1737
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

8
README.md

@ -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

Loading…
Cancel
Save