0
LeonTee created
- ABP Framework version: v3.2.2
- UI type: Angular
- Tiered (MVC) or Identity Server Seperated (Angular): no
After I have created GRUD Entities using the ABP Suite, I tried to delete some Entities. It appeared that those deleted Entities still shows up in the .NET code, Angular code and even the database. I tried to delete them manually. After I ran the Generate, all the deleted artifacts appears again.
May I know what is the proper way of deleting Entity from ABP Suite?
Thank you!
1 Answer(s)
-
0
if you want to delete an entity from your solution, Suite doesn't delete them. it only removes them from Suite. You need to delete those entities from your code.