mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Add demo
This commit is contained in:
@@ -24,6 +24,7 @@ namespace OrmTest
|
||||
};
|
||||
|
||||
db.Insertable(entity).ExecuteCommand();
|
||||
db.Updateable(entity).Where(it=>it.Id==Guid.NewGuid()).ExecuteCommand();
|
||||
}
|
||||
|
||||
public class UnitMyEntity3
|
||||
|
Reference in New Issue
Block a user