Home

Linqpad 8 Not Showing Many-to-Many Navigation Properties

So, at my company, we're working with a system that has numerous many-to many table references, using standard linking tables. We have build out a standard EFCore context that links these many-to-many tables with navigation properties that work well both in our code, as well as in the Linqpad query window, what we don't seem to get it the ability to see them in the navigation view on the connection. For each set of navigation properties, we're given a tree node simply labeled "Dictionary`2", that has the linking table columns displayed under it. Is there something that we need to do to get these many-to-many navigation properties to show up in the connection view, or is this just a current limitation in Linqpad?


Sign In or Register to comment.