mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 13:06:50 +08:00
Update unit test
This commit is contained in:
parent
8cfdaa987f
commit
3765fb791f
@ -32,7 +32,7 @@ namespace OrmTest
|
||||
Price =Convert.ToDecimal(10)
|
||||
}
|
||||
};
|
||||
|
||||
db.Insertable(orders).ExecuteCommand();
|
||||
var x1 = db.Storageable(orders).WhereColumns(m => m.Price).ToStorage();
|
||||
Console.WriteLine("insert:" + x1.InsertList.Count);
|
||||
Console.WriteLine("update:" + x1.UpdateList.Count);
|
||||
|
Loading…
Reference in New Issue
Block a user