mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-05 17:37:58 +08:00
Add demo
This commit is contained in:
parent
fdb4f22fdb
commit
351f3c4113
@ -24,6 +24,7 @@ namespace OrmTest
|
||||
};
|
||||
|
||||
db.Insertable(entity).ExecuteCommand();
|
||||
db.Updateable(entity).Where(it=>it.Id==Guid.NewGuid()).ExecuteCommand();
|
||||
}
|
||||
|
||||
public class UnitMyEntity3
|
||||
|
Loading…
Reference in New Issue
Block a user