score:0

maybe you can solve this by thinking about it a different way. your join keys would be:

{ typeid, id } equals { 2, id }

maybe it's possible to use a constant as one of the two composite keys? see ladislav's composite key as foreign key answer.

score:1

you would have to do a manual join rather than relying on the navigational properties to create an implied join.


Related Query

More Query from same tag