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!
Markdown supported.
Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
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.
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)