0

Is there any way to do a many to many relationship (Fluent API or annotations) in EF7 beta 8 without create a join table?

Ruben Perez
  • 650
  • 1
  • 7
  • 13

1 Answers1

1

No. This is currently an EF7 backlog work item. See https://github.com/aspnet/EntityFramework/issues/1368

natemcmaster
  • 25,673
  • 6
  • 78
  • 100