- ABP Framework version: v8.2.2
- UI Type: MVC
- Database System: EF Core (SQL Server)
- **Tiered (for MVC) : yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
hi what's the best practice if I want to update the entity by adding or removing it's properties or adding navigations after I created the CRUD page with the CRUD page generator? I know that I can modify the DTO and then generate a new db migration, but is there a better way or is there a doc for this?
3 Answer(s)
-
0
Hello ,
You can check this document https://dev.to/engincanv/abp-suite-best-crud-page-generation-tool-for-net-2p8a You can alos check this video https://www.youtube.com/watch?v=RMphf3kozy8&t=38s it will be better assist you.
Thank you
-
0
thank you for your reply, I know how to use this CRUD page generation tool, but my question is how to add or remove it's properties after the CRUD page has been generated. the doc and the video you you gave me don't answer my question.
-
0
Hello ,
You can check this document https://dev.to/engincanv/abp-suite-best-crud-page-generation-tool-for-net-2p8a
Have you check this document In this document
Load Entity From Database
will help you understand the update or modify the enity related.And also check this doc https://abp.io/docs/latest/suite/generating-crud-page#property-list
Thank you.