Page 1 of 1

How to create many to many relation in EF Core

Posted: Fri 29 Mar 2019 01:38
by Q.X
Somebody help

Re: How to create many to many relation in EF Core

Posted: Fri 29 Mar 2019 17:46
by Shalex
Many-to-many relationships without an explicitly mapped join table are not supported.

Please refer to:
* https://docs.microsoft.com/en-us/ef/cor ... p-patterns > the "Many-to-many" section
* https://blog.oneunicorn.com/tag/many-to-many/

Re: How to create many to many relation in EF Core

Posted: Wed 03 Apr 2019 01:12
by Q.X
Shalex wrote: Fri 29 Mar 2019 17:46 Many-to-many relationships without an explicitly mapped join table are not supported.

Please refer to:
* https://docs.microsoft.com/en-us/ef/cor ... p-patterns > the "Many-to-many" section
* https://blog.oneunicorn.com/tag/many-to-many/
oh, thx a lot

Re: How to create many to many relation in EF Core

Posted: Fri 04 Dec 2020 19:50
by Shalex
Entity Framework Core 5.0 is supported by Entity Developer.

The new features are supported in Entity Framework 5.0:
* TPT inheritance
* Many-to-many associations
* The new types of properties IPAddress and PhysicalAddress

For more information, refer to viewtopic.php?f=32&t=44281.