EF6 Include not detecting foreign keys
I’m having some strange issue where I have an EDMX generated from an exisitng DB and the foreign keys are propelry captured within generated classes but upon using them with Include()
, I’m getting errors. Here is extracted code for Context and ENtities: