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