mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 09:44:39 +08:00
--
This commit is contained in:
@@ -32,10 +32,7 @@ namespace OrmTest.Demo
|
||||
db.Queryable<School>().AddQueue();
|
||||
db.Queryable<School>().AddQueue();
|
||||
var result2 = db.SaveQueues<Student, School, School>();
|
||||
|
||||
|
||||
|
||||
result6.Wait();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user