mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 18:22:23 +08:00
Update db.Fast
This commit is contained in:
@@ -36,7 +36,10 @@ namespace OrmTest
|
||||
x.AsUpdateable.ExecuteCommand();
|
||||
x.AsInsertable.ExecuteCommand();
|
||||
|
||||
|
||||
|
||||
var x2 = db.Storageable<Order>(new Order() { Id = 0, Name = "jack" }).ToStorage();
|
||||
x2.BulkCopy();
|
||||
x2.BulkUpdate();
|
||||
Console.WriteLine("");
|
||||
Console.WriteLine("#### Saveable End ####");
|
||||
}
|
||||
|
Reference in New Issue
Block a user