I have created a many-to-many relationship, and the name the table (the one that has the Id of both records / objects) has doesn't appeal to me.
So how can I name that table using Fluent Api? By a usual table I'd use ToTable("Name"), but how do I do the same thing on this atypical table?
Looks like you still use the
ToTable()method in conjunction with theUsingEntity()fluent api: