Support foreign key columns ending with "Fk" instead of "ID"
Currently entity navigation is optimized for table columns ending with the suffix "ID", for example a CustomerID will get a navigable "Customer" field created.
In a database where the pattern is like CustomerFk, the navigable field would be named CustomerFkEntity, which is painful to write each time in queries.
Please allow a more permissive foreign key naming detection or allow it to be configurable.
-
Amyn commented
Actually this would be superseded by https://linqpad.uservoice.com/forums/18302-linqpad-feature-suggestions/suggestions/6819046-allowing-adding-associations-between-tables , which I think would be a better option to put efforts on.