Jiry_XD
Explore posts from servers✅ EF Core Junction Tables with seperate columns
Maybe one last thing I'd like to ask:
If you look at OP's Question:
https://stackoverflow.com/questions/78766403/net-ef-core-how-to-correctly-insert-and-update-a-model-in-a-many-to-many-rela
You can see he holds both the junction and other entity
Player:
Team:
In my case:
I only want them with the price, is it okay to leave out List<Option>
And just use the junction List<OptionMachine>?
Or would that mean I have to use entityconfiguration?
34 replies