mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update demo
This commit is contained in:
parent
85979d4bfc
commit
4b9de1a1af
@ -51,6 +51,7 @@ namespace OrmTest
|
||||
{
|
||||
|
||||
};
|
||||
db.DbMaintenance.TruncateTable<UnitIndexaa1>();
|
||||
db.Insertable(new UnitIndexaa1() { id = 1 }).ExecuteCommand();
|
||||
db.Updateable(new UnitIndexaa1() { id = 1 }).ExecuteCommand();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user