mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Update demo
This commit is contained in:
parent
521a2a7105
commit
a8bbc6960e
@ -232,7 +232,7 @@ namespace OrmTest
|
||||
.Where(x=>x.SchoolA.SchoolId==1)
|
||||
.Where(x => x.SchoolA.City.Id == 1)
|
||||
.ToList();
|
||||
|
||||
db.QueryFilter = new QueryFilterProvider();
|
||||
db.DbMaintenance.TruncateTable<StudentA, RoomA, BookA>();
|
||||
|
||||
//开发中
|
||||
|
Loading…
Reference in New Issue
Block a user