mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
update unit test
This commit is contained in:
parent
b8da23f9e7
commit
7c0eb2cd0e
@ -48,7 +48,11 @@ namespace OrmTest
|
|||||||
db.Updateable<Unit00Z1string1>(x3).WhereColumns(it => it.type).ExecuteCommand();
|
db.Updateable<Unit00Z1string1>(x3).WhereColumns(it => it.type).ExecuteCommand();
|
||||||
var x4 = db.Queryable<Unit00Z1string1>().ToList();
|
var x4 = db.Queryable<Unit00Z1string1>().ToList();
|
||||||
|
|
||||||
|
db.Updateable<Unit00Z1string1>().SetColumns(it => new Unit00Z1string1 {
|
||||||
|
type=UnitType.a,
|
||||||
|
type2 = UnitType.b
|
||||||
|
})
|
||||||
|
.Where(it => true).ExecuteCommand();
|
||||||
}
|
}
|
||||||
private static void Int()
|
private static void Int()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user