mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-18 17:48:11 +08:00
Add unit test
This commit is contained in:
@@ -61,7 +61,11 @@ namespace OrmTest
|
||||
.SetColumns(it => it.os == order)
|
||||
.Where(it => true)
|
||||
.ExecuteCommand();
|
||||
|
||||
db.
|
||||
Updateable<UnitJsonTestadsga1>()
|
||||
.SetColumns(it => new UnitJsonTestadsga1() { os = order })
|
||||
.Where(it => true)
|
||||
.ExecuteCommand();
|
||||
var list14 = db.Queryable<UnitJsonTestadsga1>().ToList();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user