Does anyone know why Navigation property methods does not work when the foreign key relation is made on a table extension?
When trying to call a navigation method on the extensioned table we get build error: "Table 'xxx' does not contain a definition for method 'xxx'".
It work on tables not extended.
https://www.screencast.com/t/lYa4ZmJmQo
I guess this is a bug.