- ABP Framework version: v3.1.1
- UI type: Angular
Understand that ABP Suite does not support many-to-many (N:N) relationships when creating Navigation Properties. Our project requires us to support such relationship in our Entities. May I know what is the appropriate way to create such a relationship using ABP Suite?
To use your tutorial as an example, we need to support Tagging in the Book entity.
Book 1=>* Tagging Tagging *=>1 Tag
This would create many to many relationship. Please help to suggest a way to create such entities using ABP framework. If this is not possible, please suggest a way that ABP can support to create such scenarios. Many thanks!
Best regards, Leon
1 Answer(s)
-
0
hi, we use EF Core, so sure you can have many to many relationship. This is not directly related to ABP but EF Core. See https://docs.microsoft.com/en-us/ef/core/modeling/relationships?tabs=fluent-api,fluent-api-simple-key,simple-key#many-to-many