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
2411ec807f
commit
454e9b28e8
@ -389,12 +389,15 @@ db.CodeFirst.SetStringDefaultLength(100).BackupTable().InitTables(typeof(CodeTab
|
|||||||
db.CodeFirst.SetStringDefaultLength(100).InitTables(typeof(CodeTable), typeof(CodeTable2));
|
db.CodeFirst.SetStringDefaultLength(100).InitTables(typeof(CodeTable), typeof(CodeTable2));
|
||||||
```
|
```
|
||||||
## 14.Utilities
|
## 14.Utilities
|
||||||
|
```cs
|
||||||
|
var list = db.Utilities.DataTableToList(datatable);
|
||||||
|
```
|
||||||
## 15.Gobal Filter
|
## 15.Gobal Filter
|
||||||
## 16.Gobal Filter
|
## 16.Gobal Filter
|
||||||
|
|
||||||
|
|
||||||
## 10. Code generator
|
# Code generator
|
||||||
https://github.com/sunkaixuan/SoEasyPlatform
|
https://github.com/sunkaixuan/SoEasyPlatform
|
||||||
|
|
||||||
## 11. More APi 中文文档:
|
# More APi 中文文档:
|
||||||
http://www.codeisbug.com/Doc/8
|
http://www.codeisbug.com/Doc/8
|
||||||
|
Loading…
Reference in New Issue
Block a user