Please provide an example of adding an one to many & many to many relationship with the abp Suite tool.
Example:
Books
Authors
Suppliers
Categories
ETC
Foreign Keys?
Thanks,
7 Answer(s)
-
0
one to many & many to many relationshipare not supported at this time, already in the plan.https://docs.abp.io/en/commercial/latest/abp-suite/generating-crud-page
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
Is there any improvement regarding this feature?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
-
0
Can we map it the other direction? For example I have these two entites:
- UserMenu.cs
- MenuItem.cs
A UserMenu can have many MenuItems.
If I use the GUI, I can only map it in this direction:
MenuItem --> has a UserMenu
If I query a UserMenu, no MenuItems appear.
If I query a MenuItem the UserMenu is returned in the query.
My goal is to query the UserMenu and have many MenuItems returned, 2 or more.
Is this possible in ABP Suite?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)
