Update unit test

This commit is contained in:
sunkaixuna 2022-01-09 18:10:18 +08:00
parent 8cfdaa987f
commit 3765fb791f

View File

@ -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);