mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
Add demo
This commit is contained in:
@@ -176,6 +176,7 @@ namespace OrmTest
|
||||
db.UpdateableByObject(o).ExecuteCommandAsync().GetAwaiter().GetResult();
|
||||
object os = db.Queryable<Order>().Take(2).ToList();
|
||||
db.UpdateableByObject(os).ExecuteCommand();
|
||||
db.UpdateableByObject(os).IgnoreColumns("name","price").ExecuteCommand();
|
||||
Console.WriteLine("#### Updateable End ####");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user