admin管理员组

文章数量:1391947

I am using ABP Suite to generate CRUD pages in my project, which contains multiple DbContexts. However, when I create a new entity using ABP Suite, the automatically generated code is placed under the wrong DbContext.

Is there a way to specify a particular DbContext for ABP Suite to use when generating code?

Here are some details about my setup: • I have multiple DbContext implementations in my project. • When generating a CRUD page for a new entity, the code is placed in a different DbContext than I intended. • I would like to control or specify which DbContext is used for the generated code.

I have checked the documentation and settings in ABP Suite but haven’t found a clear way to configure this.

Has anyone encountered this issue before? How can I explicitly define which DbContext should be used for CRUD page generation?

Any guidance or references would be greatly appreciated.

本文标签: