neisbut / EntityFramework.MemoryJoin

Extension for EntityFramework for joins to in-memory data
MIT License
56 stars 24 forks source link

Issue with OrderBy and table splitting in a M 2 M relashionship - it creates a duplicate OrderBy entry #9

Closed Eits-Ian closed 4 years ago

Eits-Ian commented 5 years ago

If you have an entity with a many to many relationship which is in a split table entity and you want this list included in your projection it duplicates the OrderBy.

neisbut commented 5 years ago

Hi @Eits-Ian, could you please provide a bit more details on what setup do you have?

neisbut commented 4 years ago

Closed due to inactivity